State

data class State(var currentPageNumber: Int = -1, var currentPageCount: Int = -1)

Constructors

Link copied to clipboard
constructor(currentPageNumber: Int = -1, currentPageCount: Int = -1)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard