Progress

data class Progress(val value: Long, val total: Long)

Constructors

Link copied to clipboard
constructor(value: Long, total: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val total: Long
Link copied to clipboard
val value: Long