toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final basePlanId = this.basePlanId;
  final offerId = this.offerId;
  final offerTags = this.offerTags;
  final otherRegionsConfig = this.otherRegionsConfig;
  final packageName = this.packageName;
  final phases = this.phases;
  final productId = this.productId;
  final regionalConfigs = this.regionalConfigs;
  final state = this.state;
  final targeting = this.targeting;
  return {
    'basePlanId': ?basePlanId,
    'offerId': ?offerId,
    'offerTags': ?offerTags,
    'otherRegionsConfig': ?otherRegionsConfig,
    'packageName': ?packageName,
    'phases': ?phases,
    'productId': ?productId,
    'regionalConfigs': ?regionalConfigs,
    'state': ?state,
    'targeting': ?targeting,
  };
}