Chromium Code Reviews| Index: lib/src/source.dart |
| diff --git a/lib/src/source.dart b/lib/src/source.dart |
| index 6263d7feae7d61d17e42f2da2b60f4e1f0ef0abc..508dad16bd230c10ee1c23722ef1c2d7c730fea9 100644 |
| --- a/lib/src/source.dart |
| +++ b/lib/src/source.dart |
| @@ -60,7 +60,7 @@ abstract class Source { |
| /// package during version solving. |
| /// |
| /// Defaults to `false`. |
| - final bool hasMultipleVersions = false; |
| + bool get hasMultipleVersions => false; |
| /// Records the system cache to which this source belongs. |
| /// |