MonthlyReport constructor

MonthlyReport(
  1. Employee employee,
  2. DateTime reference,
  3. List<Day> days
)

Implementation

MonthlyReport(this.employee, this.reference, this.days);