copyWith method

Implementation

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