| 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 49cd82a89a830491cd9a97d14e33cb48ae10c566..b040796668570f0e04db697e77eca4f28682fd89 100644
|
| --- a/pkg/serialization/lib/src/serialization_rule.dart
|
| +++ b/pkg/serialization/lib/src/serialization_rule.dart
|
| @@ -456,4 +456,5 @@ class _LazyList extends Iterable implements List {
|
| removeRange(x, y) => _throw();
|
| insertRange(x, y, [z]) => _throw();
|
| void set length(x) => _throw();
|
| + List get reversed => _throw();
|
| }
|
|
|