words property

List<String>? words
getter/setter pair

Words or phrases defining the dictionary.

The dictionary must contain at least one phrase and every phrase must contain at least 2 characters that are letters or digits. [required]

Implementation

core.List<core.String>? words;