copyWith method
Implementation
ModuleCorrectionEnabled copyWith({Object? moduleCorrectionEnabled}) {
return ModuleCorrectionEnabled(
moduleCorrectionEnabled:
moduleCorrectionEnabled ?? this.moduleCorrectionEnabled);
}
ModuleCorrectionEnabled copyWith({Object? moduleCorrectionEnabled}) {
return ModuleCorrectionEnabled(
moduleCorrectionEnabled:
moduleCorrectionEnabled ?? this.moduleCorrectionEnabled);
}