HistoryDataCount

data class HistoryDataCount(val limit: Int, val requested: Int) : ChartViewModel.Event

Constructors

Link copied to clipboard
constructor(limit: Int, requested: Int)

Properties

Link copied to clipboard
val limit: Int
Link copied to clipboard