values property

Implementation

static List<LogBookEntryEnumType> get values => <LogBookEntryEnumType>[
      lbetInfo,
      lbetWarning,
      lbetError,
      lbetCritical,
      lbetDebug,
    ];