filter by token's tag.
tag
Iterable<TokenInfo> filterByTag(String tag) => where((t) => t.tags.contains(tag));