FlightCarrier constructor

FlightCarrier({
  1. LocalizedString? airlineName,
  2. String? carrierIataCode,
  3. String? carrierIcaoCode,
  4. String? kind,
})

Implementation

FlightCarrier({
  this.airlineAllianceLogo,
  this.airlineLogo,
  this.airlineName,
  this.carrierIataCode,
  this.carrierIcaoCode,
  this.kind,
  this.wideAirlineLogo,
});