EventTicketObject constructor

EventTicketObject({
  1. AppLinkData? appLinkData,
  2. Barcode? barcode,
  3. String? classId,
  4. EventTicketClass? classReference,
  5. bool? disableExpirationNotification,
  6. Money? faceValue,
  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. List<String>? linkedOfferIds,
  17. LinksModuleData? linksModuleData,
  18. List<LatLongPoint>? locations,
  19. List<Message>? messages,
  20. PassConstraints? passConstraints,
  21. EventReservationInfo? reservationInfo,
  22. RotatingBarcode? rotatingBarcode,
  23. EventSeat? seatInfo,
  24. String? smartTapRedemptionValue,
  25. String? state,
  26. List<TextModuleData>? textModulesData,
  27. String? ticketHolderName,
  28. String? ticketNumber,
  29. LocalizedString? ticketType,
  30. TimeInterval? validTimeInterval,
  31. String? version,
})

Implementation

EventTicketObject({
  this.appLinkData,
  this.barcode,
  this.classId,
  this.classReference,
  this.disableExpirationNotification,
  this.faceValue,
  this.groupingInfo,
  this.hasLinkedDevice,
  this.hasUsers,
  this.heroImage,
  this.hexBackgroundColor,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.kind,
  this.linkedOfferIds,
  this.linksModuleData,
  this.locations,
  this.messages,
  this.passConstraints,
  this.reservationInfo,
  this.rotatingBarcode,
  this.seatInfo,
  this.smartTapRedemptionValue,
  this.state,
  this.textModulesData,
  this.ticketHolderName,
  this.ticketNumber,
  this.ticketType,
  this.validTimeInterval,
  this.version,
});