ProjectStatistics constructor
ProjectStatistics({
- required TimeRangeEnum timeRange,
- required FilterEventsEnum filterEvents,
- required ProjectStatisticsGroupByEnum groupBy,
Returns a new ProjectStatistics instance.
Implementation
ProjectStatistics({
required this.timeRange,
required this.filterEvents,
required this.groupBy,
});