Validator that checks if a value contains only letter characters. Works on String fields.
const OnlyLetters() : super(r'^[a-zA-Z]+$');