AuthorizationSegmentsItem constructor

const AuthorizationSegmentsItem({
  1. String? arrivalAirportCode,
  2. String? carrier,
  3. String? departureAirportCode,
  4. String? flightNumber,
  5. String? serviceClass,
  6. bool? stopoverAllowed,
})

flight_segment_specs

Implementation

const AuthorizationSegmentsItem({
  this.arrivalAirportCode,
  this.carrier,
  this.departureAirportCode,
  this.flightNumber,
  this.serviceClass,
  this.stopoverAllowed,
});