asciiWords property

List<String> asciiWords

Implementation

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