PasswordChange constructor
PasswordChange({})
Returns a new PasswordChange instance.
Implementation
PasswordChange({
required this.oldPassword,
required this.newPassword1,
required this.newPassword2,
});
Returns a new PasswordChange instance.
PasswordChange({
required this.oldPassword,
required this.newPassword1,
required this.newPassword2,
});