Controller class abstract
Constructors
- Controller(LiveState liveState, ILiveService liveService)
Properties
- beautyState ↔ BeautyState
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- liveService → ILiveService
-
final
- liveState → LiveState
-
final
- mediaState ↔ MediaState
-
getter/setter pair
- roomState ↔ RoomState
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- seatState ↔ SeatState
-
getter/setter pair
- userState ↔ UserState
-
getter/setter pair
- viewState ↔ ViewState
-
getter/setter pair
Methods
-
destroy(
) → void -
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