wordCollection property

List<TextWord> wordCollection
getter/setter pair

Gets the collection of words present in the line.

Implementation

late List<TextWord> wordCollection;