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