Glycemia Point

@Serializable
data class GlycemiaPoint(val date: Long, val value: Double)

The GlycemiaPoint data class is useful to represent a value on a chart

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(date: Long, value: Double)

Properties

Link copied to clipboard
val date: Long

The date when the value has been annotated

Link copied to clipboard

The glycemic value