toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allowBarcodeRedemption = this.allowBarcodeRedemption;
  final allowMultipleUsersPerObject = this.allowMultipleUsersPerObject;
  final appLinkData = this.appLinkData;
  final callbackOptions = this.callbackOptions;
  final cardNumberLabel = this.cardNumberLabel;
  final classTemplateInfo = this.classTemplateInfo;
  final countryCode = this.countryCode;
  final enableSmartTap = this.enableSmartTap;
  final eventNumberLabel = this.eventNumberLabel;
  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 localizedCardNumberLabel = this.localizedCardNumberLabel;
  final localizedEventNumberLabel = this.localizedEventNumberLabel;
  final localizedIssuerName = this.localizedIssuerName;
  final localizedMerchantName = this.localizedMerchantName;
  final localizedPinLabel = this.localizedPinLabel;
  final locations = this.locations;
  final merchantLocations = this.merchantLocations;
  final merchantName = this.merchantName;
  final messages = this.messages;
  final multipleDevicesAndHoldersAllowedStatus =
      this.multipleDevicesAndHoldersAllowedStatus;
  final notifyPreference = this.notifyPreference;
  final pinLabel = this.pinLabel;
  final programLogo = this.programLogo;
  final redemptionIssuers = this.redemptionIssuers;
  final review = this.review;
  final reviewStatus = this.reviewStatus;
  final securityAnimation = this.securityAnimation;
  final textModulesData = this.textModulesData;
  final valueAddedModuleData = this.valueAddedModuleData;
  final version = this.version;
  final viewUnlockRequirement = this.viewUnlockRequirement;
  final wideProgramLogo = this.wideProgramLogo;
  final wordMark = this.wordMark;
  return {
    'allowBarcodeRedemption': ?allowBarcodeRedemption,
    'allowMultipleUsersPerObject': ?allowMultipleUsersPerObject,
    'appLinkData': ?appLinkData,
    'callbackOptions': ?callbackOptions,
    'cardNumberLabel': ?cardNumberLabel,
    'classTemplateInfo': ?classTemplateInfo,
    'countryCode': ?countryCode,
    'enableSmartTap': ?enableSmartTap,
    'eventNumberLabel': ?eventNumberLabel,
    'heroImage': ?heroImage,
    'hexBackgroundColor': ?hexBackgroundColor,
    'homepageUri': ?homepageUri,
    'id': ?id,
    'imageModulesData': ?imageModulesData,
    'infoModuleData': ?infoModuleData,
    'issuerName': ?issuerName,
    'kind': ?kind,
    'linksModuleData': ?linksModuleData,
    'localizedCardNumberLabel': ?localizedCardNumberLabel,
    'localizedEventNumberLabel': ?localizedEventNumberLabel,
    'localizedIssuerName': ?localizedIssuerName,
    'localizedMerchantName': ?localizedMerchantName,
    'localizedPinLabel': ?localizedPinLabel,
    'locations': ?locations,
    'merchantLocations': ?merchantLocations,
    'merchantName': ?merchantName,
    'messages': ?messages,
    'multipleDevicesAndHoldersAllowedStatus':
        ?multipleDevicesAndHoldersAllowedStatus,
    'notifyPreference': ?notifyPreference,
    'pinLabel': ?pinLabel,
    'programLogo': ?programLogo,
    'redemptionIssuers': ?redemptionIssuers,
    'review': ?review,
    'reviewStatus': ?reviewStatus,
    'securityAnimation': ?securityAnimation,
    'textModulesData': ?textModulesData,
    'valueAddedModuleData': ?valueAddedModuleData,
    'version': ?version,
    'viewUnlockRequirement': ?viewUnlockRequirement,
    'wideProgramLogo': ?wideProgramLogo,
    'wordMark': ?wordMark,
  };
}