phone static method

bool phone(
  1. dynamic value
)

Implementation

static bool phone(value) {
  return validatorPhone(value);
}