carPlate static method

bool carPlate(
  1. dynamic value
)

Implementation

static bool carPlate(value) {
  return validatorCarPlate(value);
}