snapshot property

AsyncSnapshot<List<T>> snapshot
getter/setter pair

A async snapshot value of List of T, used as main matchers holder of the state.

Implementation

AsyncSnapshot<List<T>> snapshot;