SeatGridController class
- Available extensions
Constructors
- SeatGridController({required String liveID})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- liveID → String
-
final
- onSeatWidgetStateSynced ↔ EventNotifier
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
seatWidgetStates
→ List<
SeatWidgetState> -
no setter
- widgetState → WidgetState
-
no setter
Methods
-
dispose(
) → void -
getSeatIndex(
SeatWidgetLayoutConfig layoutConfig, int row, int column) → int -
Available on SeatGridController, provided by the SeatGridControllerWithGetState extension
-
getSeatWidgetState(
SeatWidgetLayoutConfig layoutConfig, int row, int column) → SeatWidgetState -
Available on SeatGridController, provided by the SeatGridControllerWithGetState extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setLayoutMode(
LayoutMode layoutMode, SeatWidgetLayoutConfig? layoutConfig) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited