MemoizedAsyncSnapshot<T> class

Stores an AsyncSnapshot as well as a reference to a function refresh that should re-call the future that was used to generate the snapshot.

Constructors

MemoizedAsyncSnapshot(AsyncSnapshot<T> snapshot, dynamic refresh())
const

Properties

hashCode int
The hash code for this object.
no setterinherited
refresh → dynamic Function()
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
snapshot AsyncSnapshot<T>
final

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