copyWithWrapped method

Implementation

WebApiModulesAdministratorSystemUpdateNextQaVersionResponse copyWithWrapped(
    {Wrapped<String?>? nextQaVersion}) {
  return WebApiModulesAdministratorSystemUpdateNextQaVersionResponse(
      nextQaVersion:
          (nextQaVersion != null ? nextQaVersion.value : this.nextQaVersion));
}