json_serializable 預設會把enum 序列化為字串,有時候需要序列化為整數值, ... part 'fruit.g.dart'; enum Fruit { apple, banana, orange, } ...
確定! 回上一頁