instead of ```swift enum FooEnum: Int { case foo = 0 ... ``` it would be nice to get ```swift enum FooEnum: Int, CaseIterable { case foo = 0 ... ``` an even broader Idea could be to add a decorator to the dart interface definitions that would allow any interfaces to be added
instead of
it would be nice to get
an even broader Idea could be to add a decorator to the dart interface definitions that would allow any interfaces to be added