menu
littlefish_interfaces package
documentation
inventory_interface.dart
InventoryInterface
InventoryInterface.new constructor
InventoryInterface.new constructor
dark_mode
light_mode
InventoryInterface
constructor
InventoryInterface
(
{
String
itemDescription
=
''
,
double
price
=
0.0
,
int
quantity
=
0
,
})
Implementation
InventoryInterface({ this.itemDescription = '', this.price = 0.0, this.quantity = 0, });
littlefish_interfaces package
documentation
inventory_interface
InventoryInterface
InventoryInterface.new constructor
InventoryInterface class