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