Index: pkg/analyzer/lib/src/generated/workspace.dart |
diff --git a/pkg/analyzer/lib/src/generated/workspace.dart b/pkg/analyzer/lib/src/generated/workspace.dart |
index f5b6bcfd597b80b0232969ddfff74bf33a8462d5..37a5f00fc1ada9a78f0a5fd1b1fae2d0e8c2c074 100644 |
--- a/pkg/analyzer/lib/src/generated/workspace.dart |
+++ b/pkg/analyzer/lib/src/generated/workspace.dart |
@@ -14,6 +14,12 @@ import 'package:analyzer/src/generated/source.dart'; |
*/ |
abstract class Workspace { |
/** |
+ * Return `true` if this workspace defines a single "project" |
+ * and that "project" depends upon flutter, |
+ */ |
+ bool get hasFlutterDependency => false; |
+ |
+ /** |
* Return a map of package sources. |
*/ |
Map<String, List<Folder>> get packageMap; |
@@ -24,12 +30,6 @@ abstract class Workspace { |
UriResolver get packageUriResolver; |
/** |
- * Return `true` if this workspace defines a single "project" |
- * and that "project" depends upon flutter, |
- */ |
- bool get hasFlutterDependency => false; |
- |
- /** |
* Create the [SourceFactory] for resolving Uris to [Source]s. |
* The [sdk] may be `null`. |
*/ |