BMFPlaneVehicleInfo.fromMap constructor
- Map map
map => BMFPlaneVehicleInfo
Implementation
BMFPlaneVehicleInfo.fromMap(Map map) : super.fromMap(map) {
price = map['price'];
discount = map['discount'];
airlines = map['airlines'];
bookingUrl = map['bookingUrl'];
}