Collector typedef

Collector = void Function(List<DurationEvent> events)

Implementation

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