toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final allowMultipleUsersPerObject = this.allowMultipleUsersPerObject;
final appLinkData = this.appLinkData;
final callbackOptions = this.callbackOptions;
final classTemplateInfo = this.classTemplateInfo;
final confirmationCodeLabel = this.confirmationCodeLabel;
final countryCode = this.countryCode;
final customConfirmationCodeLabel = this.customConfirmationCodeLabel;
final customGateLabel = this.customGateLabel;
final customRowLabel = this.customRowLabel;
final customSeatLabel = this.customSeatLabel;
final customSectionLabel = this.customSectionLabel;
final dateTime = this.dateTime;
final enableSmartTap = this.enableSmartTap;
final eventId = this.eventId;
final eventName = this.eventName;
final finePrint = this.finePrint;
final gateLabel = this.gateLabel;
final heroImage = this.heroImage;
final hexBackgroundColor = this.hexBackgroundColor;
final homepageUri = this.homepageUri;
final id = this.id;
final imageModulesData = this.imageModulesData;
final infoModuleData = this.infoModuleData;
final issuerName = this.issuerName;
final kind = this.kind;
final linksModuleData = this.linksModuleData;
final localizedIssuerName = this.localizedIssuerName;
final locations = this.locations;
final logo = this.logo;
final merchantLocations = this.merchantLocations;
final messages = this.messages;
final multipleDevicesAndHoldersAllowedStatus =
this.multipleDevicesAndHoldersAllowedStatus;
final notifyPreference = this.notifyPreference;
final redemptionIssuers = this.redemptionIssuers;
final review = this.review;
final reviewStatus = this.reviewStatus;
final rowLabel = this.rowLabel;
final seatLabel = this.seatLabel;
final sectionLabel = this.sectionLabel;
final securityAnimation = this.securityAnimation;
final textModulesData = this.textModulesData;
final valueAddedModuleData = this.valueAddedModuleData;
final venue = this.venue;
final version = this.version;
final viewUnlockRequirement = this.viewUnlockRequirement;
final wideLogo = this.wideLogo;
final wordMark = this.wordMark;
return {
'allowMultipleUsersPerObject': ?allowMultipleUsersPerObject,
'appLinkData': ?appLinkData,
'callbackOptions': ?callbackOptions,
'classTemplateInfo': ?classTemplateInfo,
'confirmationCodeLabel': ?confirmationCodeLabel,
'countryCode': ?countryCode,
'customConfirmationCodeLabel': ?customConfirmationCodeLabel,
'customGateLabel': ?customGateLabel,
'customRowLabel': ?customRowLabel,
'customSeatLabel': ?customSeatLabel,
'customSectionLabel': ?customSectionLabel,
'dateTime': ?dateTime,
'enableSmartTap': ?enableSmartTap,
'eventId': ?eventId,
'eventName': ?eventName,
'finePrint': ?finePrint,
'gateLabel': ?gateLabel,
'heroImage': ?heroImage,
'hexBackgroundColor': ?hexBackgroundColor,
'homepageUri': ?homepageUri,
'id': ?id,
'imageModulesData': ?imageModulesData,
'infoModuleData': ?infoModuleData,
'issuerName': ?issuerName,
'kind': ?kind,
'linksModuleData': ?linksModuleData,
'localizedIssuerName': ?localizedIssuerName,
'locations': ?locations,
'logo': ?logo,
'merchantLocations': ?merchantLocations,
'messages': ?messages,
'multipleDevicesAndHoldersAllowedStatus':
?multipleDevicesAndHoldersAllowedStatus,
'notifyPreference': ?notifyPreference,
'redemptionIssuers': ?redemptionIssuers,
'review': ?review,
'reviewStatus': ?reviewStatus,
'rowLabel': ?rowLabel,
'seatLabel': ?seatLabel,
'sectionLabel': ?sectionLabel,
'securityAnimation': ?securityAnimation,
'textModulesData': ?textModulesData,
'valueAddedModuleData': ?valueAddedModuleData,
'venue': ?venue,
'version': ?version,
'viewUnlockRequirement': ?viewUnlockRequirement,
'wideLogo': ?wideLogo,
'wordMark': ?wordMark,
};
}