SeatsioObject constructor
SeatsioObject({
- String? label,
- LabelComponents? labels,
- bool? inSelectableChannel,
- String? objectType,
- bool? accessible,
- bool? restrictedView,
- bool? liftUpArmrests,
- bool? companionSeat,
- bool? semiAmbulatorySeat,
- SeatsioCategory? category,
- bool? forSale,
- bool? selectable,
- bool? selected,
- String? entrance,
- String? status,
- Map<
String, dynamic> ? extraData, - Map<
String, dynamic> ? dataPerEvent, - String? selectedTicketType,
- int? seasonStatusOverriddenQuantity,
- String? displayObjectType,
- dynamic pricing,
- dynamic parent,
- String? viewFromSeatUrl,
- int? capacity,
- int? numBooked,
- int? numFree,
- int? numSelected,
- Map<
String, dynamic> ? selectionPerTicketType, - dynamic sectionCategory,
- int? numberOfSelectableObjects,
- int? numberOfSelectedObjects,
- dynamic selectableCategories,
- bool? isInteractive,
- 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});