hiranthaR / Json-to-Dart-Model

Json to Dart Model extension can convert JSON objects into Dart data classes. It supports pure Dart class conversion, Flutter-recommended JSON serialization using annotations, Freezed support, Effective Dart:Style, and many more features. Currently, it has more than 135,000 installs.
https://marketplace.visualstudio.com/items?itemName=hirantha.json-to-dart
MIT License
93 stars 18 forks source link

Added Effective Dart and copyWith method #9

Closed iamarnas closed 3 years ago

iamarnas commented 3 years ago

The readme file needs to be corrected. I added just few badges.

How It looks Dart syntax after.

carbon carbon(1)

hiranthaR commented 3 years ago

@iamarnas thank you :heart:

iamarnas commented 3 years ago

@hiranthaR It coming more fun stuff soon. Next PR will support Array of arrays 😊