TermFlag typedef Null safety

TermFlag = bool Function(Term term)

A callback function that returns true or false based on the content of the term.

Implementation

typedef TermFlag = bool Function(Term term);