HTOverlayContext constructor
Implementation
HTOverlayContext({String? root, Map<String, HTSource>? cache})
: _cached = cache ?? <String, HTSource>{} {
root = root != null ? path.absolute(root) : path.current;
this.root = getAbsolutePath(dirName: root);
}