values constant

List<LogLevel> const values

Implementation

static const $core.List<LogLevel> values = <LogLevel> [
  LOG_LEVEL_UNSPECIFIED,
  NONE,
  ERROR,
  INFO,
  DEBUG,
];