list static method

Implementation

static TextValidator list(List<TextValidator> list) {
  return ValidatorList(list).call;
}