add method

void add(
  1. Worker worker
)

Implementation

void add(Worker worker) {
  _workers.add(worker);
}