LocalInventory constructor
LocalInventory({
- String? account,
- LocalInventoryAttributes? localInventoryAttributes,
- String? name,
- String? storeCode,
Implementation
LocalInventory({
this.account,
this.localInventoryAttributes,
this.name,
this.storeCode,
});