EventSeat constructor
EventSeat({
- LocalizedString? gate,
- String? kind,
- LocalizedString? row,
- LocalizedString? seat,
- LocalizedString? section,
Implementation
EventSeat({
this.gate,
this.kind,
this.row,
this.seat,
this.section,
});