copyWith method
Implementation
VerifyPVCVoiceCaptchaResponseModel copyWith({String? status}) {
return VerifyPVCVoiceCaptchaResponseModel(status: status ?? this.status);
}
VerifyPVCVoiceCaptchaResponseModel copyWith({String? status}) {
return VerifyPVCVoiceCaptchaResponseModel(status: status ?? this.status);
}