Whilst Dart doesn't have support for enum types but it turns out you can do a pretty good job of emulating it ... const Enum(this.value);.
確定! 回上一頁