phone static method

LiteValidator phone()

A shorthand method. You can also use PhoneValidator directly

Implementation

static LiteValidator phone() {
  return PhoneValidator();
}