packageRoot property Null safety
@Deprecated('packages/ directory resolution is not supported in Dart 2')
This returns null, as packages/ directories are no longer supported.
Implementation
@Deprecated('packages/ directory resolution is not supported in Dart 2')
static String? get packageRoot => null;