RoomState class

Inheritance

Constructors

RoomState()

Properties

broadcastState BroadcastState?
getter/setter pair
cameraState CameraConfig?
getter/setter pairinherited
globalState GlobalState?
getter/setter pairinherited
globalStateParser GlobalStateParser?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
memberState MemberState?
getter/setter pair
pageState PageState?
getter/setter pairinherited
roomMembers List<RoomMember>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sceneState WhiteBoardSceneState?
getter/setter pairinherited
windowBoxState String?
getter/setter pairinherited
zoomScale num?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseGlobalState(Map<String, dynamic> state) → dynamic
inherited
setCustomGlobalStateParser<T>(GlobalStateParser<T> parser) → void
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited