EmployeeStatistics constructor
EmployeeStatistics({})
Implementation
EmployeeStatistics({
required this.monthlyProvided,
required this.monthlyGoal,
required this.weeklyProvided,
required this.weeklyGoal,
required this.dailyProvided,
required this.dailyGoal,
required this.monthlyCancelled,
required this.monthlyScheduled,
});