Index: runtime/lib/immutable_map.dart |
diff --git a/runtime/lib/immutable_map.dart b/runtime/lib/immutable_map.dart |
index 041291c13ddcffe0f62f4aa62c77af55727e261d..700f345e0cd2c1cd12a3f5fc2bdefa284242746d 100644 |
--- a/runtime/lib/immutable_map.dart |
+++ b/runtime/lib/immutable_map.dart |
@@ -21,7 +21,7 @@ class ImmutableMap<K, V> implements Map<K, V> { |
return null; |
} |
- bool isEmpty() { |
+ bool get isEmpty { |
return kvPairs_.length === 0; |
} |