isAlphabetOnly property

bool get isAlphabetOnly

字符串中是否只包含字母

Implementation

bool get isAlphabetOnly => StringUtils.isAlphabetOnly(this);