copyWithWrapped method
Implementation
ModuleCorrectionEnabled$Response copyWithWrapped(
{Wrapped<Object?>? moduleCorrectionEnabled}) {
return ModuleCorrectionEnabled$Response(
moduleCorrectionEnabled: (moduleCorrectionEnabled != null
? moduleCorrectionEnabled.value
: this.moduleCorrectionEnabled));
}