KeyType$json top-level constant

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

Implementation

@$core.Deprecated('Use keyTypeDescriptor instead')
const KeyType$json = {
  '1': 'KeyType',
  '2': [
    {'1': 'MATRIX_KEY', '2': 0},
    {'1': 'NOTIFICATION_KEY', '2': 1},
    {'1': 'FCM_TOKEN', '2': 2},
    {'1': 'CURVE25519_KEY', '2': 3},
    {'1': 'ED25519_KEY', '2': 4},
    {'1': 'PICKLE_KEY', '2': 5},
  ],
};