CharacterFilter typedef Null safety
Type definition of a function that filters characters from the source
text in preparation of tokenization.
Implementation
typedef CharacterFilter = String Function(SourceText source);
Type definition of a function that filters characters from the source
text in preparation of tokenization.
typedef CharacterFilter = String Function(SourceText source);