TermModifier typedef

TermModifier = String? Function(String term)

Modifies the term and returns the modified version.

Implementation

typedef TermModifier = String? Function(String term);