leftTab property

GuiTab? get leftTab

Implementation

GuiTab? get leftTab {
  final tabObj = obj.leftTab;
  return tabObj != null ? GuiTab(tabObj) : null;
}