toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final expiredExternalAccountIdentifiers =
      this.expiredExternalAccountIdentifiers;
  final expiredPurchaseToken = this.expiredPurchaseToken;
  return {
    'expiredExternalAccountIdentifiers': ?expiredExternalAccountIdentifiers,
    'expiredPurchaseToken': ?expiredPurchaseToken,
  };
}