Paginator<T> class
Constructors
-
Paginator.new({required Query<
T> query, required int page, required int perPage})
Properties
Methods
-
get(
) → Future< Pagination< T> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSql(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited