FlightClass constructor

FlightClass({
  1. bool? allowMultipleUsersPerObject,
  2. BoardingAndSeatingPolicy? boardingAndSeatingPolicy,
  3. CallbackOptions? callbackOptions,
  4. ClassTemplateInfo? classTemplateInfo,
  5. String? countryCode,
  6. AirportInfo? destination,
  7. bool? enableSmartTap,
  8. FlightHeader? flightHeader,
  9. String? flightStatus,
  10. Image? heroImage,
  11. String? hexBackgroundColor,
  12. Uri? homepageUri,
  13. String? id,
  14. List<ImageModuleData>? imageModulesData,
  15. InfoModuleData? infoModuleData,
  16. String? issuerName,
  17. String? kind,
  18. String? languageOverride,
  19. LinksModuleData? linksModuleData,
  20. String? localBoardingDateTime,
  21. String? localEstimatedOrActualArrivalDateTime,
  22. String? localEstimatedOrActualDepartureDateTime,
  23. String? localGateClosingDateTime,
  24. String? localScheduledArrivalDateTime,
  25. String? localScheduledDepartureDateTime,
  26. LocalizedString? localizedIssuerName,
  27. List<LatLongPoint>? locations,
  28. List<Message>? messages,
  29. String? multipleDevicesAndHoldersAllowedStatus,
  30. AirportInfo? origin,
  31. List<String>? redemptionIssuers,
  32. Review? review,
  33. String? reviewStatus,
  34. SecurityAnimation? securityAnimation,
  35. List<TextModuleData>? textModulesData,
  36. String? version,
  37. String? viewUnlockRequirement,
  38. Image? wordMark,
})

Implementation

FlightClass({
  this.allowMultipleUsersPerObject,
  this.boardingAndSeatingPolicy,
  this.callbackOptions,
  this.classTemplateInfo,
  this.countryCode,
  this.destination,
  this.enableSmartTap,
  this.flightHeader,
  this.flightStatus,
  this.heroImage,
  this.hexBackgroundColor,
  this.homepageUri,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.issuerName,
  this.kind,
  this.languageOverride,
  this.linksModuleData,
  this.localBoardingDateTime,
  this.localEstimatedOrActualArrivalDateTime,
  this.localEstimatedOrActualDepartureDateTime,
  this.localGateClosingDateTime,
  this.localScheduledArrivalDateTime,
  this.localScheduledDepartureDateTime,
  this.localizedIssuerName,
  this.locations,
  this.messages,
  this.multipleDevicesAndHoldersAllowedStatus,
  this.origin,
  this.redemptionIssuers,
  this.review,
  this.reviewStatus,
  this.securityAnimation,
  this.textModulesData,
  this.version,
  this.viewUnlockRequirement,
  this.wordMark,
});