registry property Null safety

Map<STATES_ENUM, List<WorkflowListenerPlugin<STATES_ENUM, WorkflowController<STATES_ENUM>>>> registry
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 = {};