runningCount property

int get runningCount

当前正在执行的请求数量

Implementation

int get runningCount => _runningRequests.length;