Index: tools/dom/src/native_DOMImplementation.dart |
diff --git a/tools/dom/src/native_DOMImplementation.dart b/tools/dom/src/native_DOMImplementation.dart |
index 9b1233bab4a4dc3c398841f68dd9517895f23d59..65c918e3eb70c0dc1441d38b926ec3335978d196 100644 |
--- a/tools/dom/src/native_DOMImplementation.dart |
+++ b/tools/dom/src/native_DOMImplementation.dart |
@@ -139,6 +139,7 @@ class _DOMStringMap extends NativeFieldWrapperClass1 implements Map<String, Stri |
Iterable<String> get values => Maps.getValues(this); |
int get length => Maps.length(this); |
bool get isEmpty => Maps.isEmpty(this); |
+ bool get isNotEmpty => Maps.isNotEmpty(this); |
} |
final Future<SendPort> __HELPER_ISOLATE_PORT = |