length property
int
get
length
Retrieves the total number of threads which can be higher than threads.length.
Implementation
int get length => threadData.length;
Retrieves the total number of threads which can be higher than threads.length.
int get length => threadData.length;