Dart QuickType
Github
Quicktype
About
History
Class name
Generate
toJson
method
Generate
copyWith
method
Generate
toString
method
Generate JSON keys
Always use
num
type for number
Use
JSONSerializable
Use
Equatable
Use default value
ⓘ
int
,
double
,
bool
,
String
won't be null and will replace with default value.
Generate json as comment
ⓘ
Generate json into model class as comment at the bottom of the file
Convert
Output
Copy Code