json2dart-converter
json2dart-converter copied to clipboard
file override
Converting this json via plugin and setting root file as user
results in generating only one class User in user file instead of full class representation of json.
{
"success":true,
"user":{
"id":11008
}
}