prevValue property

T prevValue
getter/setter pair

The state value before the last change or the initial state if the state has not been changed.

Implementation

late T prevValue;