toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (billingCycleSpec != null) 'billingCycleSpec': billingCycleSpec!,
if (previousSubscriptionId != null)
'previousSubscriptionId': previousSubscriptionId!,
};