| Index: pkg/serialization/test/test_models.dart
|
| diff --git a/pkg/serialization/test/test_models.dart b/pkg/serialization/test/test_models.dart
|
| index 0f4c417aedf5426a882c4cdfcc7dfe5cbb572786..5ccfaccd6b49bfc5a8cec41b8131d6ec4fd38b9b 100644
|
| --- a/pkg/serialization/test/test_models.dart
|
| +++ b/pkg/serialization/test/test_models.dart
|
| @@ -14,7 +14,7 @@ class Person {
|
| class Address {
|
| String street, city, state, zip;
|
| Address();
|
| - Address.with(this.street, this.city, this.state, this.zip);
|
| + Address.withData(this.street, this.city, this.state, this.zip);
|
| }
|
|
|
| class Various {
|
|
|