from property

State<T> from
final

The state from which this transition originates.

Defaults to AnyState, meaning it matches transitions from any state.

Implementation

final State<T> from;