SeatState class

Constructors

SeatState()

Properties

filterEmptySeat bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mySeatApplicationId ValueNotifier<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatApplicationList ValueNotifier<List<SeatApplication>>
final
seatList ValueNotifier<List<SeatInfo>>
final

Methods

addSeatApplication(TUIRequest request) → void
initSeatApplicationList(List<TUIRequest> list) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSeatApplication(String id) → void
removeSeatInfo(SeatInfo seatInfo) → void
reset() → void
setFilterEmptySeat(bool filterEmptySeat) → void
toString() String
A string representation of this object.
override
updateSeatList(List<TUISeatInfo> list) → void

Operators

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