condition property

Condition<T>? condition
final

If true, this transition should be triggered.

Implementation

final Condition<T>? condition;