CarpenterTreeNode<T> class final

Annotations

Constructors

CarpenterTreeNode({required Object id, required T value, required String label, List<CarpenterTreeNode<T>> children = const [], bool? hasChildren, CarpenterTreeLoadState loadState = CarpenterTreeLoadState.ready, String? errorText, String? semanticLabel})
const

Properties

canExpand bool
no setter
children List<CarpenterTreeNode<T>>
final
effectiveSemanticLabel String
no setter
errorText String?
final
hasChildren bool?
Set to true for lazy nodes that currently have no loaded children.
final
hashCode int
The hash code for this object.
no setterinherited
id Object
final
label String
final
loadState CarpenterTreeLoadState
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
final
value → T
final

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