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