Trie typedef

Trie = List

Implementation

typedef Trie = List<dynamic>;