TermModifier typedef Null safety
Modifies the term and returns the modified version.
Implementation
typedef TermModifier = String? Function(String term);
Modifies the term and returns the modified version.
typedef TermModifier = String? Function(String term);