Thread$json top-level constant
Implementation
@$core.Deprecated('Use threadDescriptor instead')
const Thread$json = {
'1': 'Thread',
'2': [
{'1': 'uid', '3': 1, '4': 1, '5': 9, '10': 'uid'},
{'1': 'topic', '3': 2, '4': 1, '5': 9, '10': 'topic'},
{'1': 'type', '3': 3, '4': 1, '5': 9, '10': 'type'},
{'1': 'status', '3': 4, '4': 1, '5': 9, '10': 'status'},
{'1': 'user', '3': 5, '4': 1, '5': 11, '6': '.User', '10': 'user'},
{'1': 'extra', '3': 6, '4': 1, '5': 9, '10': 'extra'},
],
};