isZwPassport method

bool isZwPassport(
  1. String value
)

Checks if a string is a valid Passport number for Zimbabwe

Implementation

bool isZwPassport(String value) => _isValid(value, _passportNumber);