copyWithWrapped method

Implementation

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