totalVitaminEAdded property
double
get
totalVitaminEAdded
Retrieves the total added vitamin E content in the food record based on the selected serving size.
Implementation
double get totalVitaminEAdded {
return nutrientsSelectedSize().vitaminEAdded?.value ?? 0;
}