TimelineModel class

Constructors

TimelineModel({String? departureDate, required String departureTime, required String departureAirport, String? arrivalDate, required String arrivalTime, required String arrivalAirport, required String travelTime, String? layoverDuration, String? layoverAirport})

Properties

arrivalAirport String
final
arrivalDate String?
final
arrivalTime String
final
departureAirport String
final
departureDate String?
final
departureTime String
final
hashCode int
The hash code for this object.
no setterinherited
layoverAirport String?
final
layoverDuration String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
travelTime 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