LogContent$json top-level constant

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

Implementation

@$core.Deprecated('Use logContentDescriptor instead')
const LogContent$json = {
  '1': 'LogContent',
  '2': [
    {'1': 'source_type', '3': 1, '4': 1, '5': 9, '10': 'sourceType'},
    {'1': 'source_id', '3': 2, '4': 1, '5': 9, '10': 'sourceId'},
    {'1': 'restaurant_id', '3': 3, '4': 1, '5': 9, '10': 'restaurantId'},
    {'1': 'user_id', '3': 4, '4': 1, '5': 9, '10': 'userId'},
    {'1': 'message', '3': 5, '4': 1, '5': 9, '10': 'message'},
  ],
};