toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (account != null) 'account': account!,
if (localInventoryAttributes != null)
'localInventoryAttributes': localInventoryAttributes!,
if (name != null) 'name': name!,
if (storeCode != null) 'storeCode': storeCode!,
};