dartSdkPath property
The absolute URI path to the Dart SDK on the system.
This is derived from the location of the Dart executable.
Implementation
static final Uri dartSdkPath = Uri.file(
p.dirname(p.dirname(Platform.resolvedExecutable)),
);
The absolute URI path to the Dart SDK on the system.
This is derived from the location of the Dart executable.
static final Uri dartSdkPath = Uri.file(
p.dirname(p.dirname(Platform.resolvedExecutable)),
);