RemoteData

data class RemoteData<T>(data: List<T>, last_page: Int, last_row: Int?)

Properties

Link copied to clipboard
val data: List<T>
Link copied to clipboard
val last_page: Int = 0
Link copied to clipboard
val last_row: Int? = null