isEndState property
bool
get
isEndState
This is the 'latest' State being viewed by the App.
Implementation
bool get isEndState => this == endState;
This is the 'latest' State being viewed by the App.
bool get isEndState => this == endState;