refactored cooking steps
This commit is contained in:
@@ -10,4 +10,10 @@ class Ingredient {
|
||||
required this.possibleUnits,
|
||||
this.preferredBrands = const [],
|
||||
});
|
||||
|
||||
@override
|
||||
bool operator ==(other) {
|
||||
Ingredient i = other as Ingredient;
|
||||
return title == i.title;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user