EventTicketClass constructor
EventTicketClass({
- bool? allowMultipleUsersPerObject,
- AppLinkData? appLinkData,
- CallbackOptions? callbackOptions,
- ClassTemplateInfo? classTemplateInfo,
- String? confirmationCodeLabel,
- String? countryCode,
- LocalizedString? customConfirmationCodeLabel,
- LocalizedString? customGateLabel,
- LocalizedString? customRowLabel,
- LocalizedString? customSeatLabel,
- LocalizedString? customSectionLabel,
- EventDateTime? dateTime,
- bool? enableSmartTap,
- String? eventId,
- LocalizedString? eventName,
- LocalizedString? finePrint,
- String? gateLabel,
- Image? heroImage,
- String? hexBackgroundColor,
- Uri? homepageUri,
- String? id,
- List<
ImageModuleData> ? imageModulesData, - InfoModuleData? infoModuleData,
- String? issuerName,
- String? kind,
- LinksModuleData? linksModuleData,
- LocalizedString? localizedIssuerName,
- List<
LatLongPoint> ? locations, - Image? logo,
- List<
Message> ? messages, - String? multipleDevicesAndHoldersAllowedStatus,
- List<
String> ? redemptionIssuers, - Review? review,
- String? reviewStatus,
- String? rowLabel,
- String? seatLabel,
- String? sectionLabel,
- SecurityAnimation? securityAnimation,
- List<
TextModuleData> ? textModulesData, - EventVenue? venue,
- String? version,
- String? viewUnlockRequirement,
- Image? wideLogo,
- 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,
});