SupportedDidMethod$json top-level constant

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

Implementation

@$core.Deprecated('Use supportedDidMethodDescriptor instead')
const SupportedDidMethod$json = {
  '1': 'SupportedDidMethod',
  '2': [
    {'1': 'KEY', '2': 0},
    {'1': 'ION', '2': 1},
    {'1': 'INDY', '2': 2},
  ],
};