getModifier method
- Nutrient nutrient
Returns the modifier of that nutrient.
Implementation
NutrientModifier? getModifier(final Nutrient nutrient) =>
NutrientModifier.fromOffTag(jsonMap[_getModifierTag(nutrient)]);
Returns the modifier of that nutrient.
NutrientModifier? getModifier(final Nutrient nutrient) =>
NutrientModifier.fromOffTag(jsonMap[_getModifierTag(nutrient)]);