childChecker property

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

The Function that returns true if parent has child.

Implementation

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