isLetter property

bool get isLetter

是否是小数

Implementation

bool get isLetter => RegExp("[A-Za-z]").hasMatch(this);