LogData$json top-level constant

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

Implementation

@$core.Deprecated('Use logDataDescriptor instead')
const LogData$json = const {
  '1': 'LogData',
  '2': const [
    const {
      '1': 'type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.toit.model.LogData.Type',
      '10': 'type'
    },
    const {'1': 'data', '3': 2, '4': 1, '5': 12, '10': 'data'},
    const {'1': 'message', '3': 3, '4': 1, '5': 9, '10': 'message'},
    const {
      '1': 'level',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.toit.model.LogData.Level',
      '10': 'level'
    },
    const {'1': 'names', '3': 5, '4': 3, '5': 9, '10': 'names'},
    const {
      '1': 'tags',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.toit.model.LogData.TagsEntry',
      '10': 'tags'
    },
  ],
  '3': const [LogData_TagsEntry$json],
  '4': const [LogData_Type$json, LogData_Level$json],
};