ReportService constructor
const
ReportService({
- required Terminal terminal,
- HealthScoreEngine healthScoreEngine = const HealthScoreEngine(),
Implementation
const ReportService({
required this.terminal,
this.healthScoreEngine = const HealthScoreEngine(),
});