previousValue property

T? previousValue

The previous value of the StateBloc.

Implementation

T? get previousValue {
  return _prevValue;
}