quicktype
quicktype copied to clipboard
Removing redundant code on enums in dart parser.
The idea behind the enums is creative and useful. but with dart you don't need to declare EnumValues
class.
Dart language already has support for most enum ops needed.
I've created a small gist with DartPad to help show what I've meant and may it help you improving this wonderful tool.