getWordErrorPattern method

String? getWordErrorPattern(
  1. String word
)

Implementation

String? getWordErrorPattern(String word) => _errors[word]?.last;