Loading

data class Loading(var total: Int = 1, var completed: Int = 0, var status: String? = null) : ResponseState<Nothing> (source)

Constructors

Link copied to clipboard
constructor(total: Int = 1, completed: Int = 0, status: String? = null)

Properties

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

Functions

Link copied to clipboard