| Index: pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart b/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| index 8d48bb344f419a69c6f87faf062217a2f25e54ae..5bcead2df3c2db6a43974aa70cf1698099897aa7 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/sdk_io.dart
|
| @@ -300,7 +300,7 @@ class DirectoryBasedDartSdk implements DartSdk {
|
| * Return `true` if the Dartium binary is available.
|
| * @return `true` if the Dartium binary is available
|
| */
|
| - bool isDartiumInstalled() => dartiumExecutable != null;
|
| + bool get isDartiumInstalled => dartiumExecutable != null;
|
| Source mapDartUri(ContentCache contentCache, String dartUri) {
|
| SdkLibrary library = getSdkLibrary(dartUri);
|
| if (library == null) {
|
|
|