NodeType enum

Inheritance
Available extensions

Values

basic β†’ const NodeType
const NodeType('🧠', 'κΈ°λ³Έ λ…Έλ“œ')
custom β†’ const NodeType
const NodeType('⚑', 'μœ„μ ― μ»€μŠ€ν…€')

Properties

displayName β†’ String
final
hashCode β†’ int
The hash code for this object.
no setterinherited
icon β†’ String
final
index β†’ int
A numeric identifier for the enumerated value.
no setterinherited
name β†’ String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType β†’ Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values β†’ const List<NodeType>
A constant List of the values in this enum, in order of their declaration.