InsertMode enum Null safety
Defines the insertion mode adding a new Node to the TreeView.
Constructors
- InsertMode()
-
const
Values
- prepend → const InsertMode
-
const InsertMode(0)
- append → const InsertMode
-
const InsertMode(1)
- insert → const InsertMode
-
const InsertMode(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
InsertMode> -
A constant List of the values in this enum, in order of their declaration.
[prepend, append, insert]