copyWith method
Implementation
Processing3dLutStrengthPut$RequestBody copyWith({double? data}) {
return Processing3dLutStrengthPut$RequestBody(data: data ?? this.data);
}
Processing3dLutStrengthPut$RequestBody copyWith({double? data}) {
return Processing3dLutStrengthPut$RequestBody(data: data ?? this.data);
}