quicktype icon indicating copy to clipboard operation
quicktype copied to clipboard

Removing redundant code on enums in dart parser.

Open Yousuf-M-Hammad opened this issue 2 years ago • 0 comments

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.

Yousuf-M-Hammad avatar Apr 19 '22 17:04 Yousuf-M-Hammad