values constant

List<LogLevel> const values

Implementation

static const $core.List<LogLevel> values = <LogLevel> [
  LOG_LEVEL_INFO,
  LOG_LEVEL_DEBUG,
  LOG_LEVEL_ERROR,
  LOG_LEVEL_CRITICAL,
];