copyWith method
Implementation
WebApiModulesAdministratorSystemUpdateNextQaVersionResponse copyWith(
{String? nextQaVersion}) {
return WebApiModulesAdministratorSystemUpdateNextQaVersionResponse(
nextQaVersion: nextQaVersion ?? this.nextQaVersion);
}