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 countryCode = this.countryCode;
final details = this.details;
final enableSmartTap = this.enableSmartTap;
final finePrint = this.finePrint;
final helpUri = this.helpUri;
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 localizedDetails = this.localizedDetails;
final localizedFinePrint = this.localizedFinePrint;
final localizedIssuerName = this.localizedIssuerName;
final localizedProvider = this.localizedProvider;
final localizedShortTitle = this.localizedShortTitle;
final localizedTitle = this.localizedTitle;
final locations = this.locations;
final merchantLocations = this.merchantLocations;
final messages = this.messages;
final multipleDevicesAndHoldersAllowedStatus =
this.multipleDevicesAndHoldersAllowedStatus;
final notifyPreference = this.notifyPreference;
final provider = this.provider;
final redemptionChannel = this.redemptionChannel;
final redemptionIssuers = this.redemptionIssuers;
final review = this.review;
final reviewStatus = this.reviewStatus;
final securityAnimation = this.securityAnimation;
final shortTitle = this.shortTitle;
final textModulesData = this.textModulesData;
final title = this.title;
final titleImage = this.titleImage;
final valueAddedModuleData = this.valueAddedModuleData;
final version = this.version;
final viewUnlockRequirement = this.viewUnlockRequirement;
final wideTitleImage = this.wideTitleImage;
final wordMark = this.wordMark;
return {
'allowMultipleUsersPerObject': ?allowMultipleUsersPerObject,
'appLinkData': ?appLinkData,
'callbackOptions': ?callbackOptions,
'classTemplateInfo': ?classTemplateInfo,
'countryCode': ?countryCode,
'details': ?details,
'enableSmartTap': ?enableSmartTap,
'finePrint': ?finePrint,
'helpUri': ?helpUri,
'heroImage': ?heroImage,
'hexBackgroundColor': ?hexBackgroundColor,
'homepageUri': ?homepageUri,
'id': ?id,
'imageModulesData': ?imageModulesData,
'infoModuleData': ?infoModuleData,
'issuerName': ?issuerName,
'kind': ?kind,
'linksModuleData': ?linksModuleData,
'localizedDetails': ?localizedDetails,
'localizedFinePrint': ?localizedFinePrint,
'localizedIssuerName': ?localizedIssuerName,
'localizedProvider': ?localizedProvider,
'localizedShortTitle': ?localizedShortTitle,
'localizedTitle': ?localizedTitle,
'locations': ?locations,
'merchantLocations': ?merchantLocations,
'messages': ?messages,
'multipleDevicesAndHoldersAllowedStatus':
?multipleDevicesAndHoldersAllowedStatus,
'notifyPreference': ?notifyPreference,
'provider': ?provider,
'redemptionChannel': ?redemptionChannel,
'redemptionIssuers': ?redemptionIssuers,
'review': ?review,
'reviewStatus': ?reviewStatus,
'securityAnimation': ?securityAnimation,
'shortTitle': ?shortTitle,
'textModulesData': ?textModulesData,
'title': ?title,
'titleImage': ?titleImage,
'valueAddedModuleData': ?valueAddedModuleData,
'version': ?version,
'viewUnlockRequirement': ?viewUnlockRequirement,
'wideTitleImage': ?wideTitleImage,
'wordMark': ?wordMark,
};
}