toJson method

Map<String, dynamic> toJson()

Implementation

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