SOCKS5Config$json top-level constant

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

Implementation

@$core.Deprecated('Use sOCKS5ConfigDescriptor instead')
const SOCKS5Config$json = {
  '1': 'SOCKS5Config',
  '2': [
    {'1': 'RunId', '3': 1, '4': 1, '5': 9, '10': 'RunId'},
    {'1': 'Port', '3': 2, '4': 1, '5': 5, '10': 'Port'},
    {'1': 'Password', '3': 3, '4': 1, '5': 9, '10': 'Password'},
    {'1': 'EncType', '3': 4, '4': 1, '5': 9, '10': 'EncType'},
    {'1': 'Description', '3': 5, '4': 1, '5': 9, '10': 'Description'},
  ],
};