alphabetOnly property

String alphabetOnly
getter/setter pair

Alphabet Only regex

Implementation

static String alphabetOnly = r'^[a-zA-Z]+$';