Status

data class Status(val progress: Float, val current: Int, val goal: Int, val status: String)

Constructors

Link copied to clipboard
constructor(progress: Float, current: Int, goal: Int, status: String)

Properties

Link copied to clipboard
Link copied to clipboard
val goal: Int
Link copied to clipboard
Link copied to clipboard