BlockInfo

data class BlockInfo(val page: Int, val item: Int)(source)

Constructors

Link copied to clipboard
constructor(page: Int, item: Int)

Properties

Link copied to clipboard
val item: Int
Link copied to clipboard
val page: Int