Context.root constructor
Context.root(
- dynamic current
Initial context node. The entry point of the run command.
Implementation
Context.root(this.current)
: parent = null,
isBase = true,
key = null;