Collector typedef
Collector =
void Function(List<DurationEvent> events)
Implementation
typedef Collector = void Function(List<DurationEvent> events);
typedef Collector = void Function(List<DurationEvent> events);