ScopeTreeNode class
An specialized TreeNode for working with an InjectorScope tree.
- Inheritance
-
- Object
- Node<
InjectorScope> - TreeNode<
InjectorScope> - ScopeTreeNode
Constructors
- ScopeTreeNode(InjectorScope value)
- Create an ScopeTreeNode.
Properties
- description → String
-
An informative text about this scope, containing the debugLabel and the
types being injected at this level.
no setter
-
edges
→ Iterable<
ScopeTreeNode> -
The edges of this Node. They may be interlinked.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → InjectorScope
-
The value this Node represents.
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