MealData

data class MealData

Intake period. It's contains information about amount of kcal consumed and nutrients.

Properties

Link copied to clipboard

amount of carbohydrates consumed

Link copied to clipboard

amount of kcal consumed

Link copied to clipboard
val fat: Float

amount of fat consumed

Link copied to clipboard

if this value is true than this meal can be changed in the future

Link copied to clipboard

amount of proteins consumed

Link copied to clipboard
val timestampEnd: Timestamp

end of the sample in UNIX-timestamp

Link copied to clipboard
val timestampStart: Timestamp

beginning of the meal in UNIX-timestamp