Flutter では使えません

Reflection (MirrorSystem) を使っています. ご注意ください

enum A { 
  B, 
  C 
}

to

[A.B, A.C]

Usage

EnumTypeToValueList<A>().valueList // [A.B, A.C]