SelectRoomDrawer class
Constructors
- SelectRoomDrawer.new({dynamic key, RoomCanCheck? canCheck, String? currentSpaceId, required dynamic title, required RoomType roomType, required String keyPrefix})
-
const
Properties
- avatarDisplayMode → dynamic
-
no setter
- canCheck → RoomCanCheck?
-
final
- currentSpaceId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyPrefix → String
-
final
- roomType → RoomType
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → dynamic
-
final
Methods
-
createState(
) → dynamic -
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