LogEntrySourceLocation$json top-level constant

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

Implementation

@$core.Deprecated('Use logEntrySourceLocationDescriptor instead')
const LogEntrySourceLocation$json = const {
  '1': 'LogEntrySourceLocation',
  '2': const [
    const {'1': 'file', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'file'},
    const {'1': 'line', '3': 2, '4': 1, '5': 3, '8': const {}, '10': 'line'},
    const {
      '1': 'function',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'function'
    },
  ],
};