SeatLayout class

Constructors

SeatLayout.new({int templateId = 0, int canvasWidth = 0, int canvasHeight = 0, List<SeatFullInfo> seatList = const []})
SeatLayout.fromJson(Map<String, dynamic> dataMap)

Properties

canvasHeight int
getter/setter pair
canvasWidth int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatList List<SeatFullInfo>
getter/setter pair
templateId 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