KeyVerificationAdmin_MessageType$json top-level constant

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

Implementation

@$core.Deprecated('Use keyVerificationAdminDescriptor instead')
const KeyVerificationAdmin_MessageType$json = {
  '1': 'MessageType',
  '2': [
    {'1': 'INITIATE_VERIFICATION', '2': 0},
    {'1': 'PROVIDE_SECURITY_NUMBER', '2': 1},
    {'1': 'DO_VERIFY', '2': 2},
    {'1': 'DO_NOT_VERIFY', '2': 3},
  ],
};