SourceInfo$json top-level constant

  1. @Deprecated('Use sourceInfoDescriptor instead')
Map<String, Object> const SourceInfo$json

Implementation

@$core.Deprecated('Use sourceInfoDescriptor instead')
const SourceInfo$json = {
  '1': 'SourceInfo',
  '2': [
    {'1': 'syntax_version', '3': 1, '4': 1, '5': 9, '10': 'syntaxVersion'},
    {'1': 'location', '3': 2, '4': 1, '5': 9, '10': 'location'},
    {'1': 'line_offsets', '3': 3, '4': 3, '5': 5, '10': 'lineOffsets'},
    {
      '1': 'positions',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.google.api.expr.v1alpha1.SourceInfo.PositionsEntry',
      '10': 'positions'
    },
    {
      '1': 'macro_calls',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.google.api.expr.v1alpha1.SourceInfo.MacroCallsEntry',
      '10': 'macroCalls'
    },
  ],
  '3': [SourceInfo_PositionsEntry$json, SourceInfo_MacroCallsEntry$json],
};