copyWith method

Implementation

ProcessingOscaSeamCorrectionEnabledPut$RequestBody copyWith({Object? data}) {
  return ProcessingOscaSeamCorrectionEnabledPut$RequestBody(
      data: data ?? this.data);
}