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