TransitObject constructor

TransitObject({
  1. ActivationStatus? activationStatus,
  2. AppLinkData? appLinkData,
  3. Barcode? barcode,
  4. String? classId,
  5. TransitClass? classReference,
  6. String? concessionCategory,
  7. LocalizedString? customConcessionCategory,
  8. LocalizedString? customTicketStatus,
  9. DeviceContext? deviceContext,
  10. bool? disableExpirationNotification,
  11. GroupingInfo? groupingInfo,
  12. bool? hasLinkedDevice,
  13. bool? hasUsers,
  14. Image? heroImage,
  15. String? hexBackgroundColor,
  16. String? id,
  17. List<ImageModuleData>? imageModulesData,
  18. InfoModuleData? infoModuleData,
  19. LinksModuleData? linksModuleData,
  20. List<LatLongPoint>? locations,
  21. List<Message>? messages,
  22. PassConstraints? passConstraints,
  23. String? passengerNames,
  24. String? passengerType,
  25. PurchaseDetails? purchaseDetails,
  26. RotatingBarcode? rotatingBarcode,
  27. String? smartTapRedemptionValue,
  28. String? state,
  29. List<TextModuleData>? textModulesData,
  30. TicketLeg? ticketLeg,
  31. List<TicketLeg>? ticketLegs,
  32. String? ticketNumber,
  33. TicketRestrictions? ticketRestrictions,
  34. String? ticketStatus,
  35. String? tripId,
  36. String? tripType,
  37. TimeInterval? validTimeInterval,
  38. String? version,
})

Implementation

TransitObject({
  this.activationStatus,
  this.appLinkData,
  this.barcode,
  this.classId,
  this.classReference,
  this.concessionCategory,
  this.customConcessionCategory,
  this.customTicketStatus,
  this.deviceContext,
  this.disableExpirationNotification,
  this.groupingInfo,
  this.hasLinkedDevice,
  this.hasUsers,
  this.heroImage,
  this.hexBackgroundColor,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.linksModuleData,
  this.locations,
  this.messages,
  this.passConstraints,
  this.passengerNames,
  this.passengerType,
  this.purchaseDetails,
  this.rotatingBarcode,
  this.smartTapRedemptionValue,
  this.state,
  this.textModulesData,
  this.ticketLeg,
  this.ticketLegs,
  this.ticketNumber,
  this.ticketRestrictions,
  this.ticketStatus,
  this.tripId,
  this.tripType,
  this.validTimeInterval,
  this.version,
});