DaktelaPagination class Null safety
Pagination of records take defines size of one page
Constructors
- DaktelaPagination({int take = _defaultTake})
Properties
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