copyWithWrapped method
Implementation
SeamCorrectionEnabled$Response copyWithWrapped(
{Wrapped<Object?>? seamCorrectionEnabled}) {
return SeamCorrectionEnabled$Response(
seamCorrectionEnabled: (seamCorrectionEnabled != null
? seamCorrectionEnabled.value
: this.seamCorrectionEnabled));
}