ScopeTreeNode constructor

ScopeTreeNode(
  1. InjectorScope value
)

Create an ScopeTreeNode.

Implementation

ScopeTreeNode(this.value);