rootDir property
String
get
rootDir
The root directory where this package cache is located.
Implementation
String get rootDir => _rootDir ??= defaultDir;
The root directory where this package cache is located.
String get rootDir => _rootDir ??= defaultDir;