Loading

data class Loading(var total: Int = 1, var completed: Int = 0) : ResponseState<Nothing>

Constructors

Link copied to clipboard
constructor(total: Int = 1, completed: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
var total: Int