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