toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final allowMultipleUsersPerObject = this.allowMultipleUsersPerObject;
  final appLinkData = this.appLinkData;
  final boardingAndSeatingPolicy = this.boardingAndSeatingPolicy;
  final callbackOptions = this.callbackOptions;
  final classTemplateInfo = this.classTemplateInfo;
  final countryCode = this.countryCode;
  final destination = this.destination;
  final enableSmartTap = this.enableSmartTap;
  final flightHeader = this.flightHeader;
  final flightStatus = this.flightStatus;
  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 languageOverride = this.languageOverride;
  final linksModuleData = this.linksModuleData;
  final localBoardingDateTime = this.localBoardingDateTime;
  final localEstimatedOrActualArrivalDateTime =
      this.localEstimatedOrActualArrivalDateTime;
  final localEstimatedOrActualDepartureDateTime =
      this.localEstimatedOrActualDepartureDateTime;
  final localGateClosingDateTime = this.localGateClosingDateTime;
  final localScheduledArrivalDateTime = this.localScheduledArrivalDateTime;
  final localScheduledDepartureDateTime =
      this.localScheduledDepartureDateTime;
  final localizedIssuerName = this.localizedIssuerName;
  final locations = this.locations;
  final merchantLocations = this.merchantLocations;
  final messages = this.messages;
  final multipleDevicesAndHoldersAllowedStatus =
      this.multipleDevicesAndHoldersAllowedStatus;
  final notifyPreference = this.notifyPreference;
  final origin = this.origin;
  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 wordMark = this.wordMark;
  return {
    'allowMultipleUsersPerObject': ?allowMultipleUsersPerObject,
    'appLinkData': ?appLinkData,
    'boardingAndSeatingPolicy': ?boardingAndSeatingPolicy,
    'callbackOptions': ?callbackOptions,
    'classTemplateInfo': ?classTemplateInfo,
    'countryCode': ?countryCode,
    'destination': ?destination,
    'enableSmartTap': ?enableSmartTap,
    'flightHeader': ?flightHeader,
    'flightStatus': ?flightStatus,
    'heroImage': ?heroImage,
    'hexBackgroundColor': ?hexBackgroundColor,
    'homepageUri': ?homepageUri,
    'id': ?id,
    'imageModulesData': ?imageModulesData,
    'infoModuleData': ?infoModuleData,
    'issuerName': ?issuerName,
    'kind': ?kind,
    'languageOverride': ?languageOverride,
    'linksModuleData': ?linksModuleData,
    'localBoardingDateTime': ?localBoardingDateTime,
    'localEstimatedOrActualArrivalDateTime':
        ?localEstimatedOrActualArrivalDateTime,
    'localEstimatedOrActualDepartureDateTime':
        ?localEstimatedOrActualDepartureDateTime,
    'localGateClosingDateTime': ?localGateClosingDateTime,
    'localScheduledArrivalDateTime': ?localScheduledArrivalDateTime,
    'localScheduledDepartureDateTime': ?localScheduledDepartureDateTime,
    'localizedIssuerName': ?localizedIssuerName,
    'locations': ?locations,
    'merchantLocations': ?merchantLocations,
    'messages': ?messages,
    'multipleDevicesAndHoldersAllowedStatus':
        ?multipleDevicesAndHoldersAllowedStatus,
    'notifyPreference': ?notifyPreference,
    'origin': ?origin,
    'redemptionIssuers': ?redemptionIssuers,
    'review': ?review,
    'reviewStatus': ?reviewStatus,
    'securityAnimation': ?securityAnimation,
    'textModulesData': ?textModulesData,
    'valueAddedModuleData': ?valueAddedModuleData,
    'version': ?version,
    'viewUnlockRequirement': ?viewUnlockRequirement,
    'wordMark': ?wordMark,
  };
}