copyWithWrapped method
Implementation
BitDepth$Response copyWithWrapped({Wrapped<int?>? bitDepth}) {
return BitDepth$Response(
bitDepth: (bitDepth != null ? bitDepth.value : this.bitDepth));
}
BitDepth$Response copyWithWrapped({Wrapped<int?>? bitDepth}) {
return BitDepth$Response(
bitDepth: (bitDepth != null ? bitDepth.value : this.bitDepth));
}