menu
storebounty_init package
documentation
model/relatedmodel.dart
Inventory
Inventory constructor
Inventory constructor
dark_mode
light_mode
Inventory
constructor
Inventory
(
{
String
?
sku
,
String
?
barcode
,
int
?
quantity
,
dynamic
trackQuantity
,
int
?
reorderPoint
,
})
Implementation
Inventory({ this.sku, this.barcode, this.quantity, this.trackQuantity, this.reorderPoint, });
storebounty_init package
documentation
model/relatedmodel
Inventory
Inventory constructor
Inventory class