DaktelaPagination class Null safety

Pagination of records take defines size of one page

Constructors

DaktelaPagination({int take = _defaultTake})

Properties

hashCode int
The hash code for this object.
read-only, inherited
loadedAll bool
Sets loadedAll flag
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
skip int
Sets custom skip value
read / write
take int
final

Methods

back() → void
Moves to the previous page
next() → void
Moves to the next page
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
reset() → void
Resets pagination
toString() String
A string representation of this object.
inherited

Operators

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