RecoveryPointClockTag$json top-level constant

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

Implementation

@$core.Deprecated('Use recoveryPointClockTagDescriptor instead')
const RecoveryPointClockTag$json = {
  '1': 'RecoveryPointClockTag',
  '2': [
    {'1': 'peer_id', '3': 1, '4': 1, '5': 4, '10': 'peerId'},
    {'1': 'clock_id', '3': 2, '4': 1, '5': 13, '10': 'clockId'},
    {'1': 'clock_tick', '3': 3, '4': 1, '5': 4, '10': 'clockTick'},
    {'1': 'token', '3': 4, '4': 1, '5': 4, '10': 'token'},
  ],
};