I'm trying to digest Dart right now (coming from C#) and this particular enum thing is more than awesome. I have many ideas to implement your example.
However I'm missing enum flags available in other languages. Turns out there is a library though: pub.dev/packages/enum_flag but I think it should be part of the language.