licencePlateCar property

ValidatorFunction licencePlateCar

verify if the Plate Car match the pattern

Implementation

static ValidatorFunction get licencePlateCar =>
    LicencePlateCarValidator().validate;