@override bool isOk(String value) { return 'abcdefghijklmnopqrstuvwxyz'.contains(value.toLowerCase()); }