ProjectStatistics constructor

ProjectStatistics({
  1. required TimeRangeEnum timeRange,
  2. required FilterEventsEnum filterEvents,
  3. required ProjectStatisticsGroupByEnum groupBy,
})

Returns a new ProjectStatistics instance.

Implementation

ProjectStatistics({
  required this.timeRange,
  required this.filterEvents,
  required this.groupBy,
});