dartSdkPath property

Uri dartSdkPath
final

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)),
);