copyWith method
Implementation
WebApiModulesAccountServicesAccountResetPasswordRequest copyWith(
{String? password}) {
return WebApiModulesAccountServicesAccountResetPasswordRequest(
password: password ?? this.password);
}
WebApiModulesAccountServicesAccountResetPasswordRequest copyWith(
{String? password}) {
return WebApiModulesAccountServicesAccountResetPasswordRequest(
password: password ?? this.password);
}