copyWith method

Implementation

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