quicktype
                                
                                 quicktype copied to clipboard
                                
                                    quicktype copied to clipboard
                            
                            
                            
                        [Json to Dart]Not generate double variable correctlly
If in json data, i have a value like this:  "Distance": 20.0,
The result will be int distance;
Yes, I have the same results. I had to do something like this to make it work 20.1234
is there any update in this issue?