FATAL_LEVEL constant

LogData_Level const FATAL_LEVEL

Implementation

static const LogData_Level FATAL_LEVEL = LogData_Level._(
    5,
    const $core.bool.fromEnvironment('protobuf.omit_enum_names')
        ? ''
        : 'FATAL_LEVEL');