names property

Implementation

static core.Map<LeaderStateEnumOp, String> get names =>
    <LeaderStateEnumOp, String>{
      opRequest: '''Request''',
      opSet: '''Set''',
      opReport: '''Report''',
    };