previousValue property

NimbostratusDocumentSnapshot<T>? get previousValue
inherited

The previous value of the StateBloc.

Implementation

T? get previousValue {
  return _prevValue;
}