currentStateChange property
StateChange<T> ?
currentStateChange
getter/setter pair
The current state change that has occured on the watched variable and initialState, or null
if there have been no recent changes.
Implementation
StateChange<T>? currentStateChange;