toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (freeLocalListingsEnabled != null)
'freeLocalListingsEnabled': freeLocalListingsEnabled!,
if (instockServingVerificationState != null)
'instockServingVerificationState': instockServingVerificationState!,
if (inventoryVerificationState != null)
'inventoryVerificationState': inventoryVerificationState!,
if (localInventoryAdsEnabled != null)
'localInventoryAdsEnabled': localInventoryAdsEnabled!,
if (pickupServingVerificationState != null)
'pickupServingVerificationState': pickupServingVerificationState!,
if (productPageType != null) 'productPageType': productPageType!,
if (regionCode != null) 'regionCode': regionCode!,
};