Returns a list with distinct words of this sentence
Iterable<string> get getUniqueWords => getWords.distinctFlat();