currentStateChange property
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;
The current state change that has occured on the watched variable and initialState, or null
if there have been no recent changes.
StateChange<T>? currentStateChange;