MetricsThresholds constructor
const
MetricsThresholds({})
Implementation
const MetricsThresholds({
this.minMaintainability = 50.0,
this.maxCyclomatic = 20,
this.maxCognitive = 15,
this.maxLinesOfCode = 100,
});