names property

Implementation

static core.Map<AcousticStatusEnumType, String> get names =>
    <AcousticStatusEnumType, String>{
      typeAbort: '''Abort''',
      typeRange: '''Range''',
      typeReverseRange: '''Reverse Range''',
      typeMsg: '''Message''',
      typeRaw: '''Raw''',
    };