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