toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (basePlanId != null) 'basePlanId': basePlanId!,
if (offerId != null) 'offerId': offerId!,
if (packageName != null) 'packageName': packageName!,
if (productId != null) 'productId': productId!,
};