Airline class abstract
Airline
Properties:
- legs - Details about the flight legs for this ticket.
- ticketNumber - The ticket's unique identifier
- Annotations
-
- @BuiltValue.new()
Constructors
- Airline([void updates(AirlineBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
legs
→ BuiltList<
Leg> ? -
Details about the flight legs for this ticket.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ticketNumber → String?
-
The ticket's unique identifier
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AirlineBuilder)) → Airline -
Rebuilds the instance.
inherited
-
toBuilder(
) → AirlineBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Airline> -
no setter