Pagination

data class Pagination(val index: Int, val size: Int)

Constructors

Link copied to clipboard
constructor(index: Int, size: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
val size: Int

Functions

Link copied to clipboard
fun offset(): Int