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