names property

Implementation

static core.Map<LogBookEntryEnumType, String> get names =>
    <LogBookEntryEnumType, String>{
      lbetInfo: '''Information''',
      lbetWarning: '''Warning''',
      lbetError: '''Error''',
      lbetCritical: '''Critical''',
      lbetDebug: '''Debug''',
    };