toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (category != null) 'category': category!,
if (description != null) 'description': description!,
if (geoTaxonomy != null) 'geoTaxonomy': geoTaxonomy!,
if (name != null) 'name': name!,
if (pricingInfo != null) 'pricingInfo': pricingInfo!,
if (serviceProviderName != null)
'serviceProviderName': serviceProviderName!,
if (serviceRegions != null) 'serviceRegions': serviceRegions!,
if (skuId != null) 'skuId': skuId!,
};