getAllVariablesForEditor property
Map<ID, VariableInfoEntity>
get
getAllVariablesForEditor
Implementation
Map<ID, VariableInfoEntity> get getAllVariablesForEditor {
return {
...appCubit.getAllVariables,
..._getControllersMap,
};
}