childChecker property

(bool Function(Node parent, Node child, bool deep)?) childChecker
finalinherited

The Function that returns true if parent has child.

Implementation

final bool Function(K parent, K child, bool deep)? childChecker;