copyWithWrapped method
Implementation
WebApiModulesAdministratorSystemUpdateNextQaVersionRequest copyWithWrapped(
{Wrapped<String?>? currentVersion}) {
return WebApiModulesAdministratorSystemUpdateNextQaVersionRequest(
currentVersion: (currentVersion != null
? currentVersion.value
: this.currentVersion));
}