json_model 1.0.0 json_model: ^1.0.0 copied to clipboard
Gernerating Dart model class from Json files with one command.
Run Example #
cd example
- Run
flutter packages pub run json_model
(in Flutter) orpub run json_model
(in Dart VM)