root property
ExecutionContext
get
root
The root (interactive) context.
Implementation
ExecutionContext get root => _stack.first;
The root (interactive) context.
ExecutionContext get root => _stack.first;