TreeValue<TypeID extends Object, TypeData> class

節點定義

Constructors

TreeValue({TypeID? id, bool checked = false, bool expand = false, String text = '', TypeData? userdata})

Properties

checked bool
是否被選中
getter/setter pair
expand bool
是否展開節點
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id → TypeID?
節點 id
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
顯示文本
getter/setter pair
userdata ↔ TypeData?
節點關聯數據
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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