SeatLayout constructor
SeatLayout({
- int templateId = 0,
- int canvasWidth = 0,
- int canvasHeight = 0,
- List<
SeatFullInfo> seatList = const [],
Implementation
SeatLayout({this.templateId = 0, this.canvasWidth = 0, this.canvasHeight = 0, this.seatList = const []});