nutrient property

String? nutrient
getter/setter pair

Aggregated nutrient.

Required. Possible string values are:

  • "NUTRIENT_UNSPECIFIED" : Unspecified nutrient.
  • "BIOTIN" : Value representing biotin nutrient.
  • "CAFFEINE" : Value representing caffeine nutrient.
  • "CALCIUM" : Value representing calcium nutrient.
  • "CHLORIDE" : Value representing chloride nutrient.
  • "CARBOHYDRATES" : Value representing carbohydrates nutrient.
  • "CHOLESTEROL" : Value representing cholesterol nutrient.
  • "CHROMIUM" : Value representing chromium nutrient.
  • "COPPER" : Value representing copper nutrient.
  • "DIETARY_FIBER" : Value representing dietary fiber nutrient.
  • "FOLIC_ACID" : Value representing folic acid nutrient.
  • "IODINE" : Value representing iodine nutrient.
  • "IRON" : Value representing iron nutrient.
  • "MAGNESIUM" : Value representing magnesium nutrient.
  • "MANGANESE" : Value representing manganese nutrient.
  • "MOLYBDENUM" : Value representing molybdenum nutrient.
  • "MONOUNSATURATED_FAT" : Value representing monounsaturated fat nutrient.
  • "NIACIN" : Value representing niacin nutrient.
  • "PANTOTHENIC_ACID" : Value representing pantothenic acid nutrient.
  • "PHOSPHORUS" : Value representing phosphorus nutrient.
  • "POLYUNSATURATED_FAT" : Value representing polyunsaturated fat nutrient.
  • "POTASSIUM" : Value representing potassium nutrient.
  • "PROTEIN" : Value representing protein nutrient.
  • "RIBOFLAVIN" : Value representing riboflavin nutrient.
  • "SATURATED_FAT" : Value representing saturated fat nutrient.
  • "SELENIUM" : Value representing selenium nutrient.
  • "SODIUM" : Value representing sodium nutrient.
  • "SUGAR" : Value representing sugar nutrient.
  • "THIAMIN" : Value representing thiamin nutrient.
  • "TRANS_FAT" : Value representing trans fat nutrient.
  • "UNSATURATED_FAT" : Value representing unsaturated fat nutrient.
  • "VITAMIN_A" : Value representing vitamin A nutrient.
  • "VITAMIN_B12" : Value representing vitamin B12 nutrient.
  • "VITAMIN_B6" : Value representing vitamin B6 nutrient.
  • "VITAMIN_C" : Value representing vitamin C nutrient.
  • "VITAMIN_D" : Value representing vitamin D nutrient.
  • "VITAMIN_E" : Value representing vitamin E nutrient.
  • "VITAMIN_K" : Value representing vitamin K nutrient.
  • "ZINC" : Value representing zinc nutrient.
  • "FOLATE" : Value representing folate nutrient.

Implementation

core.String? nutrient;