Weight

data class Weight(val weight: Double, val zonedDateTime: ZonedDateTime?, val userId: Int?, val bmi: Double?, val height: Double?) : Measurement

Represents a weight measurement.

Constructors

Link copied to clipboard
constructor(weight: Double, zonedDateTime: ZonedDateTime?, userId: Int?, bmi: Double?, height: Double?)

Properties

Link copied to clipboard
val bmi: Double?
Link copied to clipboard
Link copied to clipboard
val userId: Int?
Link copied to clipboard
Link copied to clipboard