levels constant

List<BDLevel> const levels

List of all the levels currently supported BDLevel.

Implementation

static const List<BDLevel> levels = <BDLevel>[
  debug,
  info,
  warning,
  success,
  error
];