isEndState property
This is the 'latest' State being viewed by the App.
Implementation
@Deprecated('Use getter, isLastState, instead')
bool get isEndState => this == lastState;
This is the 'latest' State being viewed by the App.
@Deprecated('Use getter, isLastState, instead')
bool get isEndState => this == lastState;