DisplayerState class

Implementers

Constructors

DisplayerState()

Properties

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

Methods

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

Operators

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