SemanticTagTypeSeat class

An object that represents the identification of a seat for a transit journey or an event.

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

SemanticTagTypeSeat({String? seatDescription, String? seatIdentifier, String? seatNumber, String? seatRow, String? seatSection, String? seatType})
SemanticTagTypeSeat.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seatDescription String?
A description of the seat, such as “A flat bed seat”.
final
seatIdentifier String?
The identifier code for the seat.
final
seatNumber String?
The number of the seat.
final
seatRow String?
The row that contains the seat.
final
seatSection String?
The section that contains the seat.
final
seatType String?
The type of seat, such as “Reserved seating”.
final

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