Tokenizer<T> typedef

Tokenizer<T> = List Function(T input)

Implementation

typedef Tokenizer<T> = List<dynamic> Function(T input);