DepthCompositeNode<K, T> class
- Available extensions
Constructors
-
DepthCompositeNode({required CompositeNode<
K, T> node, required int depth})
Properties
- depth → int
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
node
→ CompositeNode<
K, T> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
map<
R> ({required R value(DepthCompositeValue< K, T> value), required R group(DepthCompositeGroup<K, T> group)}) → R -
Available on DepthCompositeNode<
K, T> , provided by the FlattenedCompositeNodeX extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
R> ({required R value(T value), required R group(String label, List< CompositeNode< items)}) → RK, T> > -
Available on DepthCompositeNode<
K, T> , provided by the FlattenedCompositeNodeX extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited