terms property

Set<String> terms

Returns the set of unique terms from the collection of Tokens.

Implementation

Set<String> get terms => Set<String>.from(map((e) => e.term.trim()));