Flutter – How to access all enum members through class variable?
I have a class, and I want to access the members of some enum through it, in favor of encapsulation and convenience. i.e: I wouldn't like the client code to have to import and directly deal with the enums. So,…