The Function that returns true if parent has child.
parent
child
final bool Function(K parent, K child, bool deep)? childChecker;