copyWith method
Implementation
BitDepth$Response copyWith({int? bitDepth}) {
return BitDepth$Response(bitDepth: bitDepth ?? this.bitDepth);
}
BitDepth$Response copyWith({int? bitDepth}) {
return BitDepth$Response(bitDepth: bitDepth ?? this.bitDepth);
}