toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final autoRenewingBasePlanType = this.autoRenewingBasePlanType;
final basePlanId = this.basePlanId;
final installmentsBasePlanType = this.installmentsBasePlanType;
final offerTags = this.offerTags;
final otherRegionsConfig = this.otherRegionsConfig;
final prepaidBasePlanType = this.prepaidBasePlanType;
final regionalConfigs = this.regionalConfigs;
final state = this.state;
return {
'autoRenewingBasePlanType': ?autoRenewingBasePlanType,
'basePlanId': ?basePlanId,
'installmentsBasePlanType': ?installmentsBasePlanType,
'offerTags': ?offerTags,
'otherRegionsConfig': ?otherRegionsConfig,
'prepaidBasePlanType': ?prepaidBasePlanType,
'regionalConfigs': ?regionalConfigs,
'state': ?state,
};
}