$NutritionInterface class sealed
- Implementers
- Annotations
-
- @BuiltValue(instantiable: false)
Properties
- calories → String?
-
The number of calories for the given amount.
no setter
- carbohydrateContent → String?
-
The number of grams of carbohydrates.
no setter
- cholesterolContent → String?
-
The number of milligrams of cholesterol.
no setter
- fatContent → String?
-
The number of grams of fat.
no setter
- fiberContent → String?
-
The number of grams of fiber.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- proteinContent → String?
-
The number of grams of protein.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saturatedFatContent → String?
-
The number of grams of saturated fat.
no setter
- servingSize → String?
-
The serving size, in terms of the number of volume or mass.
no setter
- sodiumContent → String?
-
The number of milligrams of sodium.
no setter
- sugarContent → String?
-
The number of grams of sugar.
no setter
- transFatContent → String?
-
The number of grams of trans fat.
no setter
- type → String
-
Schema.org object description.
no setter
- unsaturatedFatContent → String?
-
The number of grams of unsaturated fat.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
void updates($NutritionInterfaceBuilder)) → $NutritionInterface - Rebuilds the instance.
-
toBuilder(
) → $NutritionInterfaceBuilder - Converts the instance to a builder $NutritionInterfaceBuilder.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited