asciiWords property

List<String> get asciiWords

Implementation

List<String> get asciiWords {
  return _unicodeAsciiWords(false);
}