import 'enum.dart';. class Meter<int> extends Enum<int> {. const Meter(int val) : super(val);. static const Meter HIGH = const Meter(100);.
確定! 回上一頁