values constant

Map<String, ConsoleMessageType> const values

Implementation

static const values = {
  'log': log,
  'debug': debug,
  'info': info,
  'error': error,
  'warning': warning,
  'other': other,
};