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