getWords property

Iterable<string> get getWords

Returns a list with words of this sentence

Implementation

Iterable<string> get getWords => splitWords();