hasSubMenu property

bool get hasSubMenu

Implementation

bool get hasSubMenu {
  return subMenu.itemGroups.isNotEmpty;
}