copyWith method
FwStandardModulesAdministratorSystemUpdateNextQaVersionResponse
copyWith({
- String? nextQaVersion,
Implementation
FwStandardModulesAdministratorSystemUpdateNextQaVersionResponse copyWith({
String? nextQaVersion,
}) {
return FwStandardModulesAdministratorSystemUpdateNextQaVersionResponse(
nextQaVersion: nextQaVersion ?? this.nextQaVersion,
);
}