Thread$json top-level constant

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

Implementation

@$core.Deprecated('Use threadDescriptor instead')
const Thread$json = const {
  '1': 'Thread',
  '2': const [
    const {'1': 'tid', '3': 1, '4': 1, '5': 9, '10': 'tid'},
    const {'1': 'type', '3': 2, '4': 1, '5': 9, '10': 'type'},
    const {'1': 'client', '3': 5, '4': 1, '5': 9, '10': 'client'},
    const {'1': 'nickname', '3': 6, '4': 1, '5': 9, '10': 'nickname'},
    const {'1': 'avatar', '3': 7, '4': 1, '5': 9, '10': 'avatar'},
    const {'1': 'content', '3': 8, '4': 1, '5': 9, '10': 'content'},
    const {'1': 'timestamp', '3': 9, '4': 1, '5': 9, '10': 'timestamp'},
    const {'1': 'unreadCount', '3': 10, '4': 1, '5': 5, '10': 'unreadCount'},
    const {'1': 'topic', '3': 11, '4': 1, '5': 9, '10': 'topic'},
    const {'1': 'extra', '3': 20, '4': 1, '5': 9, '10': 'extra'},
  ],
};