words property

List<String>? words
getter/setter pair

words the variable that holding all the unicodes of verse separated as a List.

Implementation

List<String>? words;