//kit/healthstack.kit.ui/InsightUnit

InsightUnit

[androidJvm]
data class InsightUnit(val value: String, val unit: String? = null, val color: Color? = null)

Constructors

   
InsightUnit [androidJvm]
fun InsightUnit(value: String, unit: String? = null, color: Color? = null)

Properties

Name Summary
color [androidJvm]
val color: Color? = null
unit [androidJvm]
val unit: String? = null
value [androidJvm]
val value: String