isAlphabetOnly method

bool isAlphabetOnly()

Implementation

bool isAlphabetOnly() => RegExp(r'^[a-zA-Z]+$').hasMatch(this);