Valid - returns null - if the length of input satisfies the length requirement.
input
Note: the type of input must be String, num, Iterable or Map.
String? call(Object? input) => _lenVal(input);