menu
copy_pasta package
documentation
allyouneed/inventory_firestore/data.dart
Item
Item constructor
Item constructor
dark_mode
light_mode
Item
constructor
Item
(
String
name
,
int
quantity
,
double
price
)
Implementation
Item(this.name, this.quantity, this.price);
copy_pasta package
documentation
allyouneed/inventory_firestore/data
Item
Item constructor
Item class