mealType property

String? mealType
getter/setter pair

The meal type associated with this food.

Optional. Possible string values are:

  • "MEAL_TYPE_UNSPECIFIED" : Unspecified meal type.
  • "BEFORE_BREAKFAST" : Value representing a meal before breakfast.
  • "BREAKFAST" : Value representing a breakfast.
  • "BEFORE_LUNCH" : Value representing a morning snack.
  • "LUNCH" : Value representing a lunch.
  • "BEFORE_DINNER" : Value representing an afternoon snack.
  • "DINNER" : Value representing dinner.
  • "AFTER_DINNER" : Value representing an evening snack.
  • "SNACK" : Value representing any meal outside of the usual three meals per day.
  • "ANYTIME" : Value representing any time (legacy NA).

Implementation

core.String? mealType;