events property Null safety
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;
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.
final Map<Logic, StateIdentifier> events;