Grocery class
Constructors
Properties
- activeIngredients ↔ String?
-
Active ingredients.
getter/setter pair
- alcoholByVolume ↔ double?
-
Alcohol by volume.
getter/setter pair
- allergens ↔ String?
-
Allergens.
getter/setter pair
-
derivedNutritionClaim
↔ List<
String> ? -
Derived nutrition claim.
getter/setter pair
- directions ↔ String?
-
Directions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- indications ↔ String?
-
Indications.
getter/setter pair
- ingredients ↔ String?
-
Ingredients.
getter/setter pair
-
nutritionClaim
↔ List<
String> ? -
Nutrition claim.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- storageInstructions ↔ String?
-
Storage instructions.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited