added expandable list of ingredients
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
import 'unit.dart';
|
||||
|
||||
class Ingredient {
|
||||
final String title;
|
||||
List<String> possibleUnits = [];
|
||||
List<Unit> possibleUnits = [];
|
||||
List<String> preferredBrands = [];
|
||||
|
||||
Ingredient({
|
||||
|
||||
Reference in New Issue
Block a user