statesToExit property

Iterable<State<T>> statesToExit

States that require onExit, in order.

Implementation

Iterable<State<T>> get statesToExit => _statesToExit;