EventTicketClass constructor

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

Implementation

EventTicketClass({
  this.allowMultipleUsersPerObject,
  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,
});