Collector constructor
const
Collector({
- required CollectorConfig config,
Creates a Collector with the provided config.
Implementation
const Collector({required this.config});
Creates a Collector with the provided config.
const Collector({required this.config});