FlightObject constructor

FlightObject({
  1. AppLinkData? appLinkData,
  2. Barcode? barcode,
  3. BoardingAndSeatingInfo? boardingAndSeatingInfo,
  4. String? classId,
  5. FlightClass? classReference,
  6. bool? disableExpirationNotification,
  7. GroupingInfo? groupingInfo,
  8. bool? hasLinkedDevice,
  9. bool? hasUsers,
  10. Image? heroImage,
  11. String? hexBackgroundColor,
  12. String? id,
  13. List<ImageModuleData>? imageModulesData,
  14. InfoModuleData? infoModuleData,
  15. String? kind,
  16. LinksModuleData? linksModuleData,
  17. List<LatLongPoint>? locations,
  18. List<Message>? messages,
  19. PassConstraints? passConstraints,
  20. String? passengerName,
  21. ReservationInfo? reservationInfo,
  22. RotatingBarcode? rotatingBarcode,
  23. String? smartTapRedemptionValue,
  24. String? state,
  25. List<TextModuleData>? textModulesData,
  26. TimeInterval? validTimeInterval,
  27. String? version,
})

Implementation

FlightObject({
  this.appLinkData,
  this.barcode,
  this.boardingAndSeatingInfo,
  this.classId,
  this.classReference,
  this.disableExpirationNotification,
  this.groupingInfo,
  this.hasLinkedDevice,
  this.hasUsers,
  this.heroImage,
  this.hexBackgroundColor,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.kind,
  this.linksModuleData,
  this.locations,
  this.messages,
  this.passConstraints,
  this.passengerName,
  this.reservationInfo,
  this.rotatingBarcode,
  this.securityProgramLogo,
  this.smartTapRedemptionValue,
  this.state,
  this.textModulesData,
  this.validTimeInterval,
  this.version,
});