ModuleCorrectionEnabled$Response constructor

const ModuleCorrectionEnabled$Response({
  1. Object? moduleCorrectionEnabled,
})

Implementation

const ModuleCorrectionEnabled$Response({
  this.moduleCorrectionEnabled,
});