LogLevel.shout constructor

  1. @literal
const LogLevel.shout()

A shout is always displayed

Implementation

@literal
const factory LogLevel.shout() = _LogLevelShout;