Index: sdk/lib/collection/linked_hash_map.dart |
diff --git a/sdk/lib/collection/linked_hash_map.dart b/sdk/lib/collection/linked_hash_map.dart |
index 431f7fa5ec1b657eb908bc006a87d8a46dd21caf..d41cb408b2e45d94b5bcf4ce5ff00561a9bf5ad9 100644 |
--- a/sdk/lib/collection/linked_hash_map.dart |
+++ b/sdk/lib/collection/linked_hash_map.dart |
@@ -39,5 +39,7 @@ class LinkedHashMap<K, V> implements Map<K, V> { |
external bool get isEmpty; |
+ external bool get isNotEmpty; |
+ |
String toString() => Maps.mapToString(this); |
} |