addWorker method

void addWorker(
  1. Worker worker
)

Func

Implementation

void addWorker(Worker worker) {
  _everWorkers.add(worker);
}