SeatsioObject constructor

SeatsioObject({
  1. String? label,
  2. LabelComponents? labels,
  3. bool? inSelectableChannel,
  4. String? objectType,
  5. bool? accessible,
  6. bool? restrictedView,
  7. bool? liftUpArmrests,
  8. bool? companionSeat,
  9. bool? semiAmbulatorySeat,
  10. SeatsioCategory? category,
  11. bool? forSale,
  12. bool? selectable,
  13. bool? selected,
  14. String? entrance,
  15. String? status,
  16. Map<String, dynamic>? extraData,
  17. Map<String, dynamic>? dataPerEvent,
  18. String? selectedTicketType,
  19. int? seasonStatusOverriddenQuantity,
  20. String? displayObjectType,
  21. dynamic pricing,
  22. dynamic parent,
  23. String? viewFromSeatUrl,
  24. int? capacity,
  25. int? numBooked,
  26. int? numFree,
  27. int? numSelected,
  28. Map<String, dynamic>? selectionPerTicketType,
  29. dynamic sectionCategory,
  30. int? numberOfSelectableObjects,
  31. int? numberOfSelectedObjects,
  32. dynamic selectableCategories,
  33. bool? isInteractive,
  34. String? resaleListingId,
})

Implementation

SeatsioObject(
    {this.label,
    this.labels,
    this.inSelectableChannel,
    this.objectType,
    this.accessible,
    this.restrictedView,
    this.liftUpArmrests,
    this.companionSeat,
    this.semiAmbulatorySeat,
    this.category,
    this.forSale,
    this.selectable,
    this.selected,
    this.entrance,
    this.status,
    this.extraData,
    this.dataPerEvent,
    this.selectedTicketType,
    this.seasonStatusOverriddenQuantity,
    this.displayObjectType,
    this.pricing,
    this.parent,
    this.viewFromSeatUrl,
    this.capacity,
    this.numBooked,
    this.numFree,
    this.numSelected,
    this.selectionPerTicketType,
    this.sectionCategory,
    this.numberOfSelectableObjects,
    this.numberOfSelectedObjects,
    this.selectableCategories,
    this.isInteractive,
    this.resaleListingId});