isQueueEmpty method

bool isQueueEmpty(
  1. int runId
)

Implementation

bool isQueueEmpty(int runId) => _eventQueues[runId]?.isEmpty ?? true;