EMERGENCY constant

LogSeverity const EMERGENCY

Implementation

static const LogSeverity EMERGENCY = LogSeverity._(
    800,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'EMERGENCY');