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 = const {
  '1': 'KeyType',
  '2': const [
    const {'1': 'KEY_TYPE_UNSPECIFIED', '2': 0},
    const {'1': 'KEY_TYPE_JSON', '2': 1},
  ],
};