Implementation
@$core.Deprecated('Use testExtremeDefaultValuesDescriptor instead')
const TestExtremeDefaultValues$json = const {
'1': 'TestExtremeDefaultValues',
'2': const [
const {'1': 'escaped_bytes', '3': 1, '4': 1, '5': 12, '7': '\\000\\001\\007\\010\\014\\n\\r\\t\\013\\\\\\\'\\"\\376', '10': 'escapedBytes'},
const {'1': 'large_uint32', '3': 2, '4': 1, '5': 13, '7': '4294967295', '10': 'largeUint32'},
const {'1': 'large_uint64', '3': 3, '4': 1, '5': 4, '7': '18446744073709551615', '10': 'largeUint64'},
const {'1': 'small_int32', '3': 4, '4': 1, '5': 5, '7': '-2147483647', '10': 'smallInt32'},
const {'1': 'small_int64', '3': 5, '4': 1, '5': 3, '7': '-9223372036854775807', '10': 'smallInt64'},
const {'1': 'really_small_int32', '3': 21, '4': 1, '5': 5, '7': '-2147483648', '10': 'reallySmallInt32'},
const {'1': 'really_small_int64', '3': 22, '4': 1, '5': 3, '7': '-9223372036854775808', '10': 'reallySmallInt64'},
const {'1': 'utf8_string', '3': 6, '4': 1, '5': 9, '7': 'ሴ', '10': 'utf8String'},
const {'1': 'zero_float', '3': 7, '4': 1, '5': 2, '7': '0', '10': 'zeroFloat'},
const {'1': 'one_float', '3': 8, '4': 1, '5': 2, '7': '1', '10': 'oneFloat'},
const {'1': 'small_float', '3': 9, '4': 1, '5': 2, '7': '1.5', '10': 'smallFloat'},
const {'1': 'negative_one_float', '3': 10, '4': 1, '5': 2, '7': '-1', '10': 'negativeOneFloat'},
const {'1': 'negative_float', '3': 11, '4': 1, '5': 2, '7': '-1.5', '10': 'negativeFloat'},
const {'1': 'large_float', '3': 12, '4': 1, '5': 2, '7': '2e+08', '10': 'largeFloat'},
const {'1': 'small_negative_float', '3': 13, '4': 1, '5': 2, '7': '-8e-28', '10': 'smallNegativeFloat'},
const {'1': 'inf_double', '3': 14, '4': 1, '5': 1, '7': 'inf', '10': 'infDouble'},
const {'1': 'neg_inf_double', '3': 15, '4': 1, '5': 1, '7': '-inf', '10': 'negInfDouble'},
const {'1': 'nan_double', '3': 16, '4': 1, '5': 1, '7': 'nan', '10': 'nanDouble'},
const {'1': 'inf_float', '3': 17, '4': 1, '5': 2, '7': 'inf', '10': 'infFloat'},
const {'1': 'neg_inf_float', '3': 18, '4': 1, '5': 2, '7': '-inf', '10': 'negInfFloat'},
const {'1': 'nan_float', '3': 19, '4': 1, '5': 2, '7': 'nan', '10': 'nanFloat'},
const {'1': 'cpp_trigraph', '3': 20, '4': 1, '5': 9, '7': '? ? ?? ?? ??? ??/ ??-', '10': 'cppTrigraph'},
const {'1': 'string_with_zero', '3': 23, '4': 1, '5': 9, '7': 'hel\x00lo', '10': 'stringWithZero'},
const {'1': 'bytes_with_zero', '3': 24, '4': 1, '5': 12, '7': 'wor\\000ld', '10': 'bytesWithZero'},
const {
'1': 'string_piece_with_zero',
'3': 25,
'4': 1,
'5': 9,
'7': 'ab\x00c',
'8': const {'1': 2},
'10': 'stringPieceWithZero',
},
const {
'1': 'cord_with_zero',
'3': 26,
'4': 1,
'5': 9,
'7': '12\x003',
'8': const {'1': 1},
'10': 'cordWithZero',
},
const {'1': 'replacement_string', '3': 27, '4': 1, '5': 9, '7': '\${unknown}', '10': 'replacementString'},
],
};