SeatInfo class

Seat information

Constructors

SeatInfo({int index = 0, bool isLocked = false, SeatUserInfo? userInfo, RegionInfo? region})

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
Seat index.
getter/setter pair
isLocked bool
Whether locked.
getter/setter pair
region RegionInfo
Region information.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userInfo SeatUserInfo
User information. {@link SeatUserInfo}
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.
inherited

Operators

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