getLastBuildState static method
dynamic
getLastBuildState()
Returns the most recently registered BuildState, typically corresponding to the last state that was updated.
Implementation
static dynamic getLastBuildState() {
return _states[lastStateKey];
}