toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (archived != null) 'archived': archived!,
      if (basePlans != null) 'basePlans': basePlans!,
      if (listings != null) 'listings': listings!,
      if (packageName != null) 'packageName': packageName!,
      if (productId != null) 'productId': productId!,
      if (taxAndComplianceSettings != null)
        'taxAndComplianceSettings': taxAndComplianceSettings!,
    };