Collector constructor

Collector(
  1. String name,
  2. String info
)

Implementation

Collector(this.name, this.info);