workerById method

WorkerInfo? workerById(
  1. String id
)

Implementation

WorkerInfo? workerById(String id) => _workers[id];