toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final basePlanId = this.basePlanId;
  final latencyTolerance = this.latencyTolerance;
  final packageName = this.packageName;
  final productId = this.productId;
  final regionalPriceMigrations = this.regionalPriceMigrations;
  final regionsVersion = this.regionsVersion;
  return {
    'basePlanId': ?basePlanId,
    'latencyTolerance': ?latencyTolerance,
    'packageName': ?packageName,
    'productId': ?productId,
    'regionalPriceMigrations': ?regionalPriceMigrations,
    'regionsVersion': ?regionsVersion,
  };
}