childThreads property

Map<String, int>? childThreads

Property getter and setter for childThreads:

Implementation

Map<String, int>? get childThreads;
void childThreads=(Map<String, int>? childThreads)

Implementation

set childThreads(Map<String, int>? childThreads);