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 de5113c7844dfc548bc07c3f8eec69e9e8307a86..36e7c189aeae1bf27f01c1a8e5dadef8e5ce4113 100644 |
--- a/pkg/serialization/lib/src/serialization_rule.dart |
+++ b/pkg/serialization/lib/src/serialization_rule.dart |
@@ -554,6 +554,7 @@ class _LazyList extends Iterable implements List { |
addAll(x) => _throw(); |
sort([f]) => _throw(); |
clear() => _throw(); |
+ insert(x, y) => _throw(); |
removeAt(x) => _throw(); |
remove(x) => _throw(); |
removeLast() => _throw(); |