effectiveItems property

List<NavigationPaneItem> effectiveItems

Implementation

List<NavigationPaneItem> get effectiveItems {
  return (allItems..removeWhere((i) => i is! PaneItem));
}