EventTicketClass constructor

EventTicketClass({
  1. bool? allowMultipleUsersPerObject,
  2. AppLinkData? appLinkData,
  3. CallbackOptions? callbackOptions,
  4. ClassTemplateInfo? classTemplateInfo,
  5. String? confirmationCodeLabel,
  6. String? countryCode,
  7. LocalizedString? customConfirmationCodeLabel,
  8. LocalizedString? customGateLabel,
  9. LocalizedString? customRowLabel,
  10. LocalizedString? customSeatLabel,
  11. LocalizedString? customSectionLabel,
  12. EventDateTime? dateTime,
  13. bool? enableSmartTap,
  14. String? eventId,
  15. LocalizedString? eventName,
  16. LocalizedString? finePrint,
  17. String? gateLabel,
  18. Image? heroImage,
  19. String? hexBackgroundColor,
  20. Uri? homepageUri,
  21. String? id,
  22. List<ImageModuleData>? imageModulesData,
  23. InfoModuleData? infoModuleData,
  24. String? issuerName,
  25. String? kind,
  26. LinksModuleData? linksModuleData,
  27. LocalizedString? localizedIssuerName,
  28. List<LatLongPoint>? locations,
  29. List<Message>? messages,
  30. String? multipleDevicesAndHoldersAllowedStatus,
  31. List<String>? redemptionIssuers,
  32. Review? review,
  33. String? reviewStatus,
  34. String? rowLabel,
  35. String? seatLabel,
  36. String? sectionLabel,
  37. SecurityAnimation? securityAnimation,
  38. List<TextModuleData>? textModulesData,
  39. EventVenue? venue,
  40. String? version,
  41. String? viewUnlockRequirement,
  42. Image? wordMark,
})

Implementation

EventTicketClass({
  this.allowMultipleUsersPerObject,
  this.appLinkData,
  this.callbackOptions,
  this.classTemplateInfo,
  this.confirmationCodeLabel,
  this.countryCode,
  this.customConfirmationCodeLabel,
  this.customGateLabel,
  this.customRowLabel,
  this.customSeatLabel,
  this.customSectionLabel,
  this.dateTime,
  this.enableSmartTap,
  this.eventId,
  this.eventName,
  this.finePrint,
  this.gateLabel,
  this.heroImage,
  this.hexBackgroundColor,
  this.homepageUri,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.issuerName,
  this.kind,
  this.linksModuleData,
  this.localizedIssuerName,
  this.locations,
  this.logo,
  this.messages,
  this.multipleDevicesAndHoldersAllowedStatus,
  this.redemptionIssuers,
  this.review,
  this.reviewStatus,
  this.rowLabel,
  this.seatLabel,
  this.sectionLabel,
  this.securityAnimation,
  this.textModulesData,
  this.venue,
  this.version,
  this.viewUnlockRequirement,
  this.wideLogo,
  this.wordMark,
});