descendants property Null safety

List<MenuItem> descendants
override

Returns all descendant MenuItems of this item.

Implementation

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