Starting with Dart 2.6 you can define extensions on classes (Enums included). enum Cat { black, white } extension CatExtension on Cat ...
確定! 回上一頁