Property getter and setter for childThreads:
Map<String, int>? get childThreads;
set childThreads(Map<String, int>? childThreads);