FlightOption class

Constructors

FlightOption({required String airline, required String flightNumber, required String departureTime, required String arrivalTime, required String duration, required String stops, required String price, required String departureAirport, required String arrivalAirport})

Properties

airline String
final
arrivalAirport String
final
arrivalTime String
final
departureAirport String
final
departureTime String
final
duration String
final
flightNumber String
final
hashCode int
The hash code for this object.
no setterinherited
price String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stops 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