OTPSMS$json top-level constant

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

Implementation

@$core.Deprecated('Use oTPSMSDescriptor instead')
const OTPSMS$json = {
  '1': 'OTPSMS',
  '2': [
    {'1': 'otp_sms_id', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'otpSmsId'},
    {'1': 'phone', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'phone'},
    {'1': 'is_verified', '3': 3, '4': 1, '5': 8, '10': 'isVerified'},
  ],
};