call method

String? call(
  1. Object? input
)

Valid - returns null - if the length of input satisfies the length requirement.

Note: the type of input must be String, num, Iterable or Map.

Implementation

String? call(Object? input) => _lenVal(input);