copyWith method

Implementation

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