EventSeat class

Constructors

EventSeat({LocalizedString? gate, String? kind, LocalizedString? row, LocalizedString? seat, LocalizedString? section})
EventSeat.fromJson(Map json_)

Properties

gate LocalizedString?
The gate the ticket holder should enter to get to their seat, such as "A" or "West".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Identifies what kind of resource this is.
getter/setter pair
row LocalizedString?
The row of the seat, such as "1", E", "BB", or "A5".
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seat LocalizedString?
The seat number, such as "1", "2", "3", or any other seat identifier.
getter/setter pair
section LocalizedString?
The section of the seat, such as "121".
getter/setter pair

Methods

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

Operators

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