copyWith method

Implementation

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