words property

List<Word>? words
getter/setter pair

List of all words in this paragraph.

Implementation

core.List<Word>? words;