Plugin quickly generates Dart Model classes from JSON text.
It can find inner classes in nested JSON and create classes in a single file.
Shortcut 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 return a JSON string as a 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 an option to enable/disable
- Support Loading JSON From Paste/Local File/Http URL
If you have any questions or suggestions, let me know at
mahadik72@gmail.com 


