TransitClass constructor

TransitClass({
  1. ActivationOptions? activationOptions,
  2. bool? allowMultipleUsersPerObject,
  3. CallbackOptions? callbackOptions,
  4. ClassTemplateInfo? classTemplateInfo,
  5. String? countryCode,
  6. LocalizedString? customCarriageLabel,
  7. LocalizedString? customCoachLabel,
  8. LocalizedString? customConcessionCategoryLabel,
  9. LocalizedString? customConfirmationCodeLabel,
  10. LocalizedString? customDiscountMessageLabel,
  11. LocalizedString? customFareClassLabel,
  12. LocalizedString? customFareNameLabel,
  13. LocalizedString? customOtherRestrictionsLabel,
  14. LocalizedString? customPlatformLabel,
  15. LocalizedString? customPurchaseFaceValueLabel,
  16. LocalizedString? customPurchasePriceLabel,
  17. LocalizedString? customPurchaseReceiptNumberLabel,
  18. LocalizedString? customRouteRestrictionsDetailsLabel,
  19. LocalizedString? customRouteRestrictionsLabel,
  20. LocalizedString? customSeatLabel,
  21. LocalizedString? customTicketNumberLabel,
  22. LocalizedString? customTimeRestrictionsLabel,
  23. LocalizedString? customTransitTerminusNameLabel,
  24. LocalizedString? customZoneLabel,
  25. bool? enableSingleLegItinerary,
  26. bool? enableSmartTap,
  27. Image? heroImage,
  28. String? hexBackgroundColor,
  29. Uri? homepageUri,
  30. String? id,
  31. List<ImageModuleData>? imageModulesData,
  32. InfoModuleData? infoModuleData,
  33. String? issuerName,
  34. String? languageOverride,
  35. LinksModuleData? linksModuleData,
  36. LocalizedString? localizedIssuerName,
  37. List<LatLongPoint>? locations,
  38. List<Message>? messages,
  39. String? multipleDevicesAndHoldersAllowedStatus,
  40. List<String>? redemptionIssuers,
  41. Review? review,
  42. String? reviewStatus,
  43. SecurityAnimation? securityAnimation,
  44. List<TextModuleData>? textModulesData,
  45. LocalizedString? transitOperatorName,
  46. String? transitType,
  47. String? version,
  48. String? viewUnlockRequirement,
  49. Image? watermark,
  50. Image? wordMark,
})

Implementation

TransitClass({
  this.activationOptions,
  this.allowMultipleUsersPerObject,
  this.callbackOptions,
  this.classTemplateInfo,
  this.countryCode,
  this.customCarriageLabel,
  this.customCoachLabel,
  this.customConcessionCategoryLabel,
  this.customConfirmationCodeLabel,
  this.customDiscountMessageLabel,
  this.customFareClassLabel,
  this.customFareNameLabel,
  this.customOtherRestrictionsLabel,
  this.customPlatformLabel,
  this.customPurchaseFaceValueLabel,
  this.customPurchasePriceLabel,
  this.customPurchaseReceiptNumberLabel,
  this.customRouteRestrictionsDetailsLabel,
  this.customRouteRestrictionsLabel,
  this.customSeatLabel,
  this.customTicketNumberLabel,
  this.customTimeRestrictionsLabel,
  this.customTransitTerminusNameLabel,
  this.customZoneLabel,
  this.enableSingleLegItinerary,
  this.enableSmartTap,
  this.heroImage,
  this.hexBackgroundColor,
  this.homepageUri,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.issuerName,
  this.languageOverride,
  this.linksModuleData,
  this.localizedIssuerName,
  this.locations,
  this.logo,
  this.messages,
  this.multipleDevicesAndHoldersAllowedStatus,
  this.redemptionIssuers,
  this.review,
  this.reviewStatus,
  this.securityAnimation,
  this.textModulesData,
  this.transitOperatorName,
  this.transitType,
  this.version,
  this.viewUnlockRequirement,
  this.watermark,
  this.wideLogo,
  this.wordMark,
});