statusOf static method

dynamic statusOf(
  1. String key
)

Implementation

static dynamic statusOf(String key) {
  return _workers[key]?.status ?? defaultAbsentWorkerStatus;
}