Index: pkg/serialization/lib/src/serialization_rule.dart |
diff --git a/pkg/serialization/lib/src/serialization_rule.dart b/pkg/serialization/lib/src/serialization_rule.dart |
index e83e804df8dfe648c333064c21f2b2e25c66fa0d..42dc5d2a3965ce1f270b2be37d257d54c6fa0b30 100644 |
--- a/pkg/serialization/lib/src/serialization_rule.dart |
+++ b/pkg/serialization/lib/src/serialization_rule.dart |
@@ -566,7 +566,6 @@ class _LazyList extends Iterable implements List { |
getRange(x, y) => _throw(); |
setRange(x, y, z, [a]) => _throw(); |
removeRange(x, y) => _throw(); |
- insertRange(x, y, [z]) => _throw(); |
get reversed => _throw(); |
void set length(x) => _throw(); |
} |