ERROR_LEVEL constant

LogData_Level const ERROR_LEVEL

Implementation

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