descendants property Null safety
override
Returns all descendant MenuItem
s of this item.
Implementation
@override
List<MenuItem> get descendants => getDescendants(this);
Returns all descendant MenuItem
s of this item.
@override
List<MenuItem> get descendants => getDescendants(this);