values constant

List<LogData_Level> const values

Implementation

static const $core.List<LogData_Level> values = <LogData_Level>[
  PRINT_LEVEL,
  DEBUG_LEVEL,
  INFO_LEVEL,
  WARN_LEVEL,
  ERROR_LEVEL,
  FATAL_LEVEL,
];