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