menu
app_essentials
change_password_request_model
ChangePasswordRequest
ChangePasswordRequest constructor
ChangePasswordRequest
brightness_4
brightness_5
ChangePasswordRequest
constructor
ChangePasswordRequest
(
{
String
?
currentPassword
,
String
?
password
,
String
?
passwordConfirmation
}
)
Implementation
ChangePasswordRequest({ this.currentPassword, this.password, this.passwordConfirmation, });
app_essentials
change_password_request_model
ChangePasswordRequest
ChangePasswordRequest constructor
ChangePasswordRequest class
Constructors
ChangePasswordRequest
fromJson
Properties
currentPassword
hashCode
password
passwordConfirmation
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==