root property

VMContext? root

The root context.

Implementation

VMContext? get root => _root ??= parent!.root;