A ProviderListenable that exposes an AsyncValue and can be converted into a Future using the future property.
This is used by FutureProvider and StreamProvider to expose their asynchronous values.
- Implemented types
-
- ProviderListenable<
AsyncValue< ValueT> >
- ProviderListenable<
- Annotations
-
- @publicInMisc
Properties
-
future
→ Refreshable<
Future< ValueT> > -
Obtains the Future representing this provider.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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