Index: lib/coreimpl/linked_hash_map.dart |
diff --git a/lib/coreimpl/linked_hash_map.dart b/lib/coreimpl/linked_hash_map.dart |
index 37f31697d59aa433d847ded806bf09013d204e10..7f42fae2ecad4b0974d0497f07b5561bf7e4f792 100644 |
--- a/lib/coreimpl/linked_hash_map.dart |
+++ b/lib/coreimpl/linked_hash_map.dart |
@@ -106,7 +106,7 @@ class LinkedHashMapImplementation<K, V> |
return _map.length; |
} |
- bool isEmpty() { |
+ bool get isEmpty { |
return length == 0; |
} |