wordList property

List<String> wordList
getter/setter pair

Simple list of used words.

Implementation

//  NullSafe  List<String> wordList = new List();
List<String> wordList = [];