Metrics constructor

Metrics({
  1. int? findingsCount,
  2. int? meteredLinesOfCodeCount,
})

Implementation

Metrics({
  this.findingsCount,
  this.meteredLinesOfCodeCount,
});