names property

Implementation

static core.Map<SystemGroupEnumAction, String> get names =>
    <SystemGroupEnumAction, String>{
      opDis: '''Disband''',
      opSet: '''Set''',
      opReq: '''Request''',
      opChg: '''Change''',
      opRep: '''Report''',
      opFrc: '''Force''',
    };