events property Null safety

Map<Logic, StateIdentifier> events
final

A map of the possible conditions that might be true and the next state that the FSM needs to transition to in each of those cases.

Implementation

final Map<Logic, StateIdentifier> events;