events property

List<Event>? events
final

Specifies the actions that are performed when the state is exited and the condition is TRUE.

Implementation

final List<Event>? events;