message property

String message
latefinal

Implementation

late final String message =
    "Dart or Flutter SDK set to '$sdkPath', but that directory doesn't exist. "
    "Please fix the path in `initializeSidekick` (dartSdkPath/flutterSdkPath). "
    "Note that relative sdk paths are resolved relative to the project root, "
    "which in this case is '${repoRoot.path}'.";