names property

Implementation

static core.Map<EntityListEnumOp, String> get names =>
    <EntityListEnumOp, String>{
      opReport: '''Report''',
      opQuery: '''Query''',
    };