exitStates property

Iterable<State<T>> exitStates
final

Implementation

final Iterable<State<T>> activeStates,
    entryStates,
    exitStates,
    defaultEntryStates;