DiagnosticThresholds constructor
const
DiagnosticThresholds({})
Implementation
const DiagnosticThresholds({
this.cyclomaticComplexity = 20,
this.cognitiveComplexity = 15,
this.maintainabilityIndex = 50.0,
this.linesOfCode = 100,
this.parameters = 4,
});