StringModifier typedef Null safety
A language-specific function that returns the stem of term.
Implementation
typedef StringModifier = String Function(String term);
A language-specific function that returns the stem of term.
typedef StringModifier = String Function(String term);