Paginator<T> class

Constructors

Paginator.new({required Query<T> query, required int page, required int perPage})

Properties

hashCode int
The hash code for this object.
no setterinherited
page int
getter/setter pair
perPage int
getter/setter pair
query Query<T>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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