UNKNOWN_SEVERITY constant

Alert_SeverityLevel const UNKNOWN_SEVERITY

Implementation

static const Alert_SeverityLevel UNKNOWN_SEVERITY = Alert_SeverityLevel._(
    1,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'UNKNOWN_SEVERITY');