ReportService constructor

const ReportService({
  1. required Terminal terminal,
  2. HealthScoreEngine healthScoreEngine = const HealthScoreEngine(),
})

Implementation

const ReportService({
  required this.terminal,
  this.healthScoreEngine = const HealthScoreEngine(),
});