sdkDir top-level property
The path to the current Dart SDK.
Implementation
final Directory sdkDir =
Directory(path.dirname(path.dirname(Platform.resolvedExecutable)));
The path to the current Dart SDK.
final Directory sdkDir =
Directory(path.dirname(path.dirname(Platform.resolvedExecutable)));