google / json_serializable.dart

Generates utilities to aid in serializing to/from JSON.
https://pub.dev/packages/json_serializable
BSD 3-Clause "New" or "Revised" License
1.54k stars 393 forks source link

Add `Example.property` field to docstring in example for `JsonConverter` class #1337

Closed CicadaCinema closed 1 year ago

CicadaCinema commented 1 year ago

This makes the three examples consistent and shows more clearly the role of MyJsonConverter

kevmoo commented 1 year ago

Thanks!