NodeInfoBuilder class

Provides methods for augmenting a TreeNodeInfo value with additional information.

Constructors

NodeInfoBuilder.new(TreeNodeInfo nodeBuildInfo, Map<String, Object> _metadata, List<TreeStateFilter> _filters)
Constructs a NodeInfoBuilder.

Properties

hashCode int
The hash code for this object.
no setterinherited
nodeBuildInfo TreeNodeInfo
Identifies the TreeNodeInfo to which this builder applies.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

filter(TreeStateFilter filter) NodeInfoBuilder
Adds filter to TreeNodeInfo.filters.
metadata(Map<String, Object> metadata) NodeInfoBuilder
Adds all entries in metadata to TreeNodeInfo.metadata.
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