PagingData<T> class
Constructors
-
PagingData(int current, int limit, Iterable<
T> ? values, AsyncValue<Iterable< lastValues, Object _token)T> > -
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< ? lastValues}) → PagingData<T> >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