findBarChart method
Implementation
GuiBarChart? findBarChart(String id, {bool raise = true}) {
return _findGeneric<GuiBarChart>(
id,
(s) => GuiBarChart(s),
raise,
expectedSapType: GuiComponentType.guiShell.value, // 122
);
}
GuiBarChart? findBarChart(String id, {bool raise = true}) {
return _findGeneric<GuiBarChart>(
id,
(s) => GuiBarChart(s),
raise,
expectedSapType: GuiComponentType.guiShell.value, // 122
);
}