TermFlag typedef Null safety
A callback function that returns true or false based on the content of the term.
Implementation
typedef TermFlag = bool Function(Term term);
A callback function that returns true or false based on the content of the term.
typedef TermFlag = bool Function(Term term);