rootDir property

String rootDir

The root directory where this package cache is located.

Implementation

String get rootDir => _rootDir ??= defaultDir;