json2dart-converter icon indicating copy to clipboard operation
json2dart-converter copied to clipboard

file override

Open rafalbednarczuk opened this issue 5 years ago • 2 comments

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
   }
}

rafalbednarczuk avatar Mar 13 '19 17:03 rafalbednarczuk