Dart enum string. Copy. enum Enum { enum1, enum2, enum3, } /// This calss does the job of converting from/to String for enum. /// /// The alternative is to ...
確定! 回上一頁