TableEntryData

data class TableEntryData(val id: String?, val value: Double?, val secondValue: Float?, val formattedValues: String, val date: ZonedDateTime, val formattedDate: String, val trend: Double?, val formattedTrend: String)

Constructors

Link copied to clipboard
constructor(id: String?, value: Double?, secondValue: Float?, formattedValues: String, date: ZonedDateTime, formattedDate: String, trend: Double?, formattedTrend: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard