isLetter method

bool isLetter()

Returns true if this character is a letter.

Implementation

bool isLetter() => _isLetter(_value);