platformSdk property

String platformSdk
final

The root directory of the platform's dart SDK.

If not provided, defaults to the directory of Platform.resolvedExecutable.

On flutter this is the path to the root of the flutter_patched_sdk directory, which contains the platform kernel files.

Implementation

final String platformSdk;