RoomState class abstract
Room related state data provided by RoomStore
Comprehensive snapshot of current room session state. This structure contains all relevant information about current room and scheduled room list.
Note: State is automatically updated when room status changes. Subscribe to
stateto receive real-time updates.
Constructors
Properties
-
currentRoom
→ ValueListenable<
RoomInfo?> -
Current room info.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scheduledRoomList
→ ValueListenable<
List< RoomInfo> > -
Scheduled room list.
no setter
-
scheduledRoomListCursor
→ ValueListenable<
String> -
Scheduled room list cursor.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited