Context.root constructor

Context.root(
  1. dynamic current
)

Initial context node. The entry point of the run command.

Implementation

Context.root(this.current)
    : parent = null,
      isBase = true,
      key = null;