A custom implementation of JSON to Dart model from QuickType.
Find JSON2DART at the following URLs:
json2dart.netlify.com
json2dart-henna.vercel.app
- Generate toJson/FromJson
- Generate copyWith method
- Generate toString method
- Make all properties final
- Use num type for number
- Use JSONSerializable
- Use Equatable
- Use Freezed
- Use HIVE
- Use required fields