snapshot property

AsyncSnapshot<T> get snapshot

The current AsyncSnapshot of this AsyncListenable.

Implementation

AsyncSnapshot<T> get snapshot => super.value;