SourceCodeInfo_Location$json top-level constant
Implementation
@$core.Deprecated('Use sourceCodeInfoDescriptor instead')
const SourceCodeInfo_Location$json = const {
'1': 'Location',
'2': const [
const {
'1': 'path',
'3': 1,
'4': 3,
'5': 5,
'8': const {'2': true},
'10': 'path',
},
const {
'1': 'span',
'3': 2,
'4': 3,
'5': 5,
'8': const {'2': true},
'10': 'span',
},
const {'1': 'leading_comments', '3': 3, '4': 1, '5': 9, '10': 'leadingComments'},
const {'1': 'trailing_comments', '3': 4, '4': 1, '5': 9, '10': 'trailingComments'},
const {'1': 'leading_detached_comments', '3': 6, '4': 3, '5': 9, '10': 'leadingDetachedComments'},
],
};