copyWithWrapped method

Implementation

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