| Index: sdk/lib/_internal/lib/collection_patch.dart
|
| diff --git a/sdk/lib/_internal/lib/collection_patch.dart b/sdk/lib/_internal/lib/collection_patch.dart
|
| index 7066b05bc91282dc9063673e81f03b17be747fd4..7d77eee4f021b0fe783faac759c96675ec144b3c 100644
|
| --- a/sdk/lib/_internal/lib/collection_patch.dart
|
| +++ b/sdk/lib/_internal/lib/collection_patch.dart
|
| @@ -56,7 +56,6 @@ class _HashMap<K, V> implements HashMap<K, V> {
|
|
|
| _HashMap();
|
|
|
| - Type get runtimeType => HashMap;
|
|
|
| int get length => _length;
|
| bool get isEmpty => _length == 0;
|
| @@ -500,7 +499,6 @@ class _LinkedHashMap<K, V> implements LinkedHashMap<K, V> {
|
|
|
| _LinkedHash();
|
|
|
| - Type get runtimeType => LinkedHashMap;
|
|
|
| int get length => _length;
|
| bool get isEmpty => _length == 0;
|
|
|