Collector constructor

Collector(
  1. {Api? api,
  2. Company? company,
  3. bool? deleted,
  4. String? id,
  5. String? name}
)

Implementation

Collector({this.api, this.company, this.deleted, this.id, this.name});