LabelCountersForWorkteam constructor

LabelCountersForWorkteam({
  1. int? humanLabeled,
  2. int? pendingHuman,
  3. int? total,
})

Implementation

LabelCountersForWorkteam({
  this.humanLabeled,
  this.pendingHuman,
  this.total,
});