getWord method

String? getWord()

Implementation

String? getWord() {
  return word;
}