DataTablePagination class

Constructors

DataTablePagination({int? pageNumber, int? itemsPerPage, List<int>? listItemsPerPage, int? numberNextPage, int? currentPage})

Properties

currentPage int
handle data
getter/setter pair
endPage int
getter/setter pair
excessEnd int
getter/setter pair
excessStart int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemsPerPage int
getter/setter pair
listItemsPerPage List<int>
getter/setter pair
numberNextPage int
getter/setter pair
pageNumber int
init data
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPage int
getter/setter pair

Methods

calculatePagination() → void
logic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setListItemsPerPage(List<int>? listItemsPerPage) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

getNumberNextPage int
no setter

Constants

defaultItemsPerPage → const int
defaultListItemsPerPage → const List<int>