projectRoot property

Directory projectRoot

The directory where the entryPoint is located

This directory is considered the project root.

Implementation

static Directory get projectRoot {
  return _cache.getOrCreate('projectRoot', _findProjectRoot);
}