include filter token exclude tag.
tag
Iterable<TokenInfo> excludeByTag(String tag) => where((t) => !t.tags.contains(tag));