added 'bought' bool to ingredient
This commit is contained in:
parent
5a666396fd
commit
f826869ce5
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ class Ingredient extends HiveObject {
|
|||
|
||||
@HiveField(2)
|
||||
double value;
|
||||
|
||||
@HiveField(3)
|
||||
bool bought = false;
|
||||
|
||||
Ingredient(this.name, this.unit, this.value);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue