Returns the set of unique terms from the collection of Tokens.
Set<String> get terms => Set<String>.from(map((e) => e.term.trim()));