previousSnapshot property

AsyncSnapshot<List<T>>? previousSnapshot
getter/setter pair

A async snapshot vlaue of List of T that is the previous state of snapshot.

Which is used to keep storing the previous state.

Implementation

AsyncSnapshot<List<T>>? previousSnapshot;