FastRoomValue class

Constructors

FastRoomValue({bool isReady = false, bool writable = false, String roomPhase = RoomPhase.connecting, FastRedoUndoCount redoUndoCount = const FastRedoUndoCount(), RoomState? roomState})
FastRoomValue.uninitialized(bool writable)

Properties

hashCode int
The hash code for this object.
no setterinherited
isReady bool
final
redoUndoCount FastRedoUndoCount
final
roomPhase String
final
roomState RoomState
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writable bool
final

Methods

copyWith({bool? isReady, bool? writable, RoomState? roomState, String? roomPhase, FastRedoUndoCount? redoUndoCount}) FastRoomValue
Returns a new instance that has the same values as this current instance, except for any overrides passed in as arguments to copyWith.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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