VerifyEmailRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use verifyEmailRequestDescriptor instead')
const VerifyEmailRequest$json = {
  '1': 'VerifyEmailRequest',
  '2': [
    {'1': 'user_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'userId'},
    {'1': 'verification_code', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'verificationCode'},
  ],
};