countCoroutines property
int
get
countCoroutines
The count of running coroutines
Implementation
int get countCoroutines => _runningCoroutines.length;
The count of running coroutines
int get countCoroutines => _runningCoroutines.length;