MenuItem constructor
MenuItem({})
Returns a new MenuItem instance.
Implementation
MenuItem({
this.depth,
this.repositoryBased,
this.properties = const {},
this.name,
this.childMenuItems = const [],
this.expanded,
this.selected,
this.parameters = const {},
this.links = const {},
});