MenuItem class

Inheritance

Constructors

Properties

children List<NodeData>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
index int
Index in all nodes
getter/setter pairinherited
indexInParent int
Index in parent node
getter/setter pairinherited
isExpand bool
getter/setter pairinherited
isSelected bool
getter/setter pairinherited
level int
getter/setter pairinherited
getter/setter pair
name String?
getter/setter pair
parentId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
type int?
type key for some situation
getter/setter pair
typeValue String?
type value for some situation
getter/setter pair

Methods

addChild(NodeData child) → dynamic
inherited
addChildrenMenu(MenuItem menu, List<MenuItem> menus) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited