OffsetIteratorAsyncValue<T> class

Inheritance

Constructors

OffsetIteratorAsyncValue(AsyncValue<T> value, bool hasMore, bool pulling, Future<void> pull())
const
OffsetIteratorAsyncValue.loading()
factory

Properties

data Option<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
hasMore bool
finalinherited
isLoading bool
no setter
pull Future<void> Function()
final
pulling bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → AsyncValue<T>
finalinherited

Methods

map<B>(B f(T a)) OffsetIteratorAsyncValue<B>
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