registry property Null safety
final
Registry mapping state to the plugins to be executed for that state
Implementation
final Map<
STATES_ENUM,
List<
WorkflowListenerPlugin<STATES_ENUM,
WorkflowController<STATES_ENUM>>>> registry = {};