Enum stands for enumerated type, a type of data where only a set of predefined values exist. In Dart, Enum is simply a special kind of class ...
確定! 回上一頁