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