isNotFinalState property
bool
get
isNotFinalState
True if this state is not a 'final' state, meaning more state changes are possible
Implementation
bool get isNotFinalState => !isFinalState;
True if this state is not a 'final' state, meaning more state changes are possible
bool get isNotFinalState => !isFinalState;