values property

Implementation

static List<AcousticStatusEnumType> get values => <AcousticStatusEnumType>[
      typeAbort,
      typeRange,
      typeReverseRange,
      typeMsg,
      typeRaw,
    ];