firstWhereOrNull method
Locates a specific value in this tree
Implementation
T? firstWhereOrNull(bool Function(T value) test) =>
_firstWhereOrNullFor(test, root);
Locates a specific value in this tree
T? firstWhereOrNull(bool Function(T value) test) =>
_firstWhereOrNullFor(test, root);