PRINT_LEVEL constant

LogData_Level const PRINT_LEVEL

Implementation

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