MetricsThresholds constructor
const
MetricsThresholds({})
Implementation
const MetricsThresholds({
this.cyclomaticComplexity = 20,
this.cognitiveComplexity = 15,
this.sourceLinesOfCode = 50,
this.maintainabilityIndex = 50,
this.maximumNesting = 5,
this.numberOfParameters = 4,
this.numberOfMethods = 20,
this.halsteadVolume = 150,
});