isZwNumberPlate method

bool isZwNumberPlate(
  1. String value
)

Checks if a string is a valid Vehicle Number plate for Zimbabwe

Implementation

bool isZwNumberPlate(String value) => _isValid(value, _numberPlate);