SeatsioObject class

Constructors

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})
SeatsioObject.fromJson(Map<String, dynamic> json)
factory

Properties

accessible bool?
final
capacity int?
final
category SeatsioCategory?
final
companionSeat bool?
final
dataPerEvent Map<String, dynamic>?
final
displayObjectType String?
final
entrance String?
final
extraData Map<String, dynamic>?
final
forSale bool?
final
hashCode int
The hash code for this object.
no setterinherited
inSelectableChannel bool?
final
isInteractive bool?
final
label String?
final
labels LabelComponents?
final
liftUpArmrests bool?
final
numberOfSelectableObjects int?
final
numberOfSelectedObjects int?
final
numBooked int?
final
numFree int?
final
numSelected int?
final
objectType String?
final
parent → dynamic
final
pricing → dynamic
final
resaleListingId String?
final
restrictedView bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasonStatusOverriddenQuantity int?
final
sectionCategory → dynamic
final
selectable bool?
final
selectableCategories → dynamic
final
selected bool?
final
selectedTicketType String?
final
selectionPerTicketType Map<String, dynamic>?
final
semiAmbulatorySeat bool?
final
status String?
final
viewFromSeatUrl String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited