ChangePasswordReq$json top-level constant

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

Implementation

@$core.Deprecated('Use changePasswordReqDescriptor instead')
const ChangePasswordReq$json = {
  '1': 'ChangePasswordReq',
  '2': [
    {'1': 'userID', '3': 1, '4': 1, '5': 9, '10': 'userID'},
    {'1': 'currentPassword', '3': 2, '4': 1, '5': 9, '10': 'currentPassword'},
    {'1': 'newPassword', '3': 3, '4': 1, '5': 9, '10': 'newPassword'},
  ],
};