EventSeat constructor

EventSeat({
  1. LocalizedString? gate,
  2. String? kind,
  3. LocalizedString? row,
  4. LocalizedString? seat,
  5. LocalizedString? section,
})

Implementation

EventSeat({
  this.gate,
  this.kind,
  this.row,
  this.seat,
  this.section,
});