Coding example for the question Convert enum to List -Flutter. ... List<String> values = TableType.values.map((e) => e.name).toList();.
確定! 回上一頁