Plugin quickly generates Dart Model classes from JSON text.
It can find inner classes in nested JSON and create classes in single file.
Short cut key to use ALT + Shift + D on Windows or Option + Shift + D on Mac
Features:
- Generating Dart data class from any JSON string or any URLs that returns a JSON string as response
- Supports Null-safety
- Generating Dart data class as inner classes
- Generating different data classes for each nested object
- Formatting any legal JSON string
- Generates comments
- Private fields feature with option to make it enable/disable
- Support Loading JSON From Paster/Local File/Http URL
If you have any questions or suggestions let me know
mahadik72@gmail.com 


