AggregatedReport constructor
const
AggregatedReport({
- required ProjectMetrics projectMetrics,
- required RatingDistribution ratingDistribution,
- required List<
FunctionMetrics> violations, - required List<
FunctionMetrics> worstFunctions, - required List<
FileMetricsSummary> filesSummary, - required MetricsThresholds thresholds,
Implementation
const AggregatedReport({
required this.projectMetrics,
required this.ratingDistribution,
required this.violations,
required this.worstFunctions,
required this.filesSummary,
required this.thresholds,
});