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