isAlpha property

bool get isAlpha

Checks if the string contains only alphabetic characters.

Implementation

bool get isAlpha => v_alpha.isAlpha(this);