setChildList method
Replaces the child list for key. key must be registered.
Implementation
void setChildList(TKey key, List<TKey> list) {
_childrenByNid[nids[key]!] = list;
}
Replaces the child list for key. key must be registered.
void setChildList(TKey key, List<TKey> list) {
_childrenByNid[nids[key]!] = list;
}