toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (basePlanId != null) 'basePlanId': basePlanId!,
      if (latencyTolerance != null) 'latencyTolerance': latencyTolerance!,
      if (packageName != null) 'packageName': packageName!,
      if (productId != null) 'productId': productId!,
      if (regionalPriceMigrations != null)
        'regionalPriceMigrations': regionalPriceMigrations!,
      if (regionsVersion != null) 'regionsVersion': regionsVersion!,
    };