Parameters class
Constructors
- Parameters({String? tripType, String? departureDate, String? returnDate, bool? flixableDate, String? fromAirportCode, String? toAirportCode, String? flightClass, int? adultPassengersCount, int? childPassengersCount, int? infantNoSeatPassengersCount, int? infantWithSeatPassengersCount, String? direction})
-
Parameters.fromJson(Map<
String, dynamic> json)
Properties
- adultPassengersCount ↔ int?
-
getter/setter pair
- childPassengersCount ↔ int?
-
getter/setter pair
- departureDate ↔ String?
-
getter/setter pair
- direction ↔ String?
-
getter/setter pair
- flightClass ↔ String?
-
getter/setter pair
- flixableDate ↔ bool?
-
getter/setter pair
- fromAirportCode ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infantNoSeatPassengersCount ↔ int?
-
getter/setter pair
- infantWithSeatPassengersCount ↔ int?
-
getter/setter pair
- returnDate ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- toAirportCode ↔ String?
-
getter/setter pair
- totalPassenger → int
-
no setter
- tripType ↔ String?
-
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