Valid - returns null - if digits has only digits or is null.
digits
String? call(String? digits) => _valDig(digits);