PagingData<T> class

Constructors

PagingData(int current, int limit, Iterable<T>? values, AsyncValue<Iterable<T>> lastValues, Object _token)
const

Properties

current int
final
hashCode int
The hash code for this object.
no setterinherited
lastValues AsyncValue<Iterable<T>>
final
length int
no setter
limit int
final
nextAvailable bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values Iterable<T>?
final

Methods

copyWith({int? current, int? limit, Iterable<T>? values, AsyncValue<Iterable<T>>? lastValues}) PagingData<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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