Collector constructor

const Collector({
  1. required CollectorConfig config,
})

Creates a Collector with the provided config.

Implementation

const Collector({required this.config});