descendants property

  1. @override
List<PlatformMenuItem> descendants
override

Returns all descendant PlatformMenuItems of this item.

Implementation

@override
List<PlatformMenuItem> get descendants => getDescendants(this);