LocalInventory constructor

LocalInventory({
  1. String? account,
  2. LocalInventoryAttributes? localInventoryAttributes,
  3. String? name,
  4. String? storeCode,
})

Implementation

LocalInventory({
  this.account,
  this.localInventoryAttributes,
  this.name,
  this.storeCode,
});