pathToSdk property

String pathToSdk

The path to the dart 'bin' directory.

Implementation

String get pathToSdk => _sdkPath ??= _detect();