names property

Implementation

static core.Map<HistoricEventEnumType, String> get names =>
    <HistoricEventEnumType, String>{
      evtypeInfo: '''Information''',
      evtypeError: '''Error''',
    };