PrivateKey$json top-level constant

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

Implementation

@$core.Deprecated('Use privateKeyDescriptor instead')
const PrivateKey$json = {
  '1': 'PrivateKey',
  '2': [
    {
      '1': 'Type',
      '3': 1,
      '4': 2,
      '5': 14,
      '6': '.crypto.pb.KeyType',
      '10': 'Type'
    },
    {'1': 'Data', '3': 2, '4': 2, '5': 12, '10': 'Data'},
  ],
};