TicketSeat class

Constructors

TicketSeat({String? coach, LocalizedString? customFareClass, String? fareClass, String? seat, LocalizedString? seatAssignment})
TicketSeat.fromJson(Map json_)

Properties

coach String?
The identifier of the train car or coach in which the ticketed seat is located.
getter/setter pair
customFareClass LocalizedString?
A custome fare class to be used if no fareClass applies.
getter/setter pair
fareClass String?
The fare class of the ticketed seat. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seat String?
The identifier of where the ticketed seat is located.
getter/setter pair
seatAssignment LocalizedString?
The passenger's seat assignment.
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