SemanticsNodePredicate typedef

SemanticsNodePredicate = bool Function(SemanticsNode node)

Signature for CommonSemanticsFinders.byPredicate.

Implementation

typedef SemanticsNodePredicate = bool Function(SemanticsNode node);