InventoryCount constructor

InventoryCount({
  1. String? locationId,
  2. InventoryState? state,
  3. String? catalogObjectType,
  4. String? quantity,
  5. String? catalogObjectId,
  6. String? calculatedAt,
  7. bool? isEstimated,
})

Implementation

InventoryCount({
  this.locationId, this.state, this.catalogObjectType, this.quantity,
this.catalogObjectId, this.calculatedAt, this.isEstimated
});