SeatFullInfo class

Constructors

SeatFullInfo.new()
SeatFullInfo.fromJson(Map<String, dynamic> dataMap)

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
getter/setter pair
isSeatLocked bool
getter/setter pair
roomId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatIndex int
getter/setter pair
userAvatar String
getter/setter pair
userCameraStatus DeviceStatus
getter/setter pair
userId String
getter/setter pair
userMicrophoneStatus DeviceStatus
getter/setter pair
userName String
getter/setter pair
userSuspendStatus SuspendStatus
getter/setter pair
width int
getter/setter pair
x int
getter/setter pair
y int
getter/setter pair
zorder int
getter/setter pair

Methods

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