menu
neo_concierge
app/modules/myFlights/models/airline_extra_services.dart
Baggages
Baggages.fromJson constructor
Baggages.fromJson
dark_mode
light_mode
Baggages.fromJson
constructor
Baggages.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
Baggages.fromJson(Map<String, dynamic> json) { quantity = json['quantity']; type = json['type']; }
neo_concierge
airline_extra_services
Baggages
Baggages.fromJson constructor
Baggages class