ChangePasswordRequest constructor

ChangePasswordRequest({
  1. String? currentPassword,
  2. String? newPassword,
})

Implementation

ChangePasswordRequest({
  this.currentPassword,
  this.newPassword,
});