call method

String? call(
  1. T? input
)

Implementation

String? call(T? input) => validate(input);