JSON to Dart Class Generator
Generate fully typed Dart classes from JSON with support for Freezed, JsonSerializable, and Equatable.
Example: parse<$Type> -> parseInt or parse<$type> -> parse<int>
Generate fully typed Dart classes from JSON with support for Freezed, JsonSerializable, and Equatable.
Example: parse<$Type> -> parseInt or parse<$type> -> parse<int>