GridInfo

class GridInfo(val pageCount: Int, val currentPageNumber: Int, val isNextPagePossible: Boolean, val isPreviousPagePossible: Boolean)

Constructors

Link copied to clipboard
constructor(pageCount: Int, currentPageNumber: Int, isNextPagePossible: Boolean, isPreviousPagePossible: Boolean)

Properties

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

Functions

Link copied to clipboard
fun toMap(): Map<String, Any?>