letter static method

bool letter(
  1. dynamic value
)

Implementation

static bool letter(value) {
  return validatorLetter(value);
}