totalCholesterol property
double
get
totalCholesterol
Retrieves the total cholesterol in the food record based on the selected serving size.
Implementation
double get totalCholesterol {
return nutrientsSelectedSize().cholesterol?.value ?? 0;
}