LocalInventory constructor

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

Implementation

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