hasSubMenu property

bool hasSubMenu

Implementation

bool get hasSubMenu => _subMenu != null ? _subMenu!.isNotEmpty : false;