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