snapshot property
AsyncSnapshot<T>
get
snapshot
The current AsyncSnapshot of this AsyncListenable.
Implementation
AsyncSnapshot<T> get snapshot => super.value;
The current AsyncSnapshot of this AsyncListenable.
AsyncSnapshot<T> get snapshot => super.value;