ValidatorFn<T> typedef

ValidatorFn<T> = String? Function(T value)

Implementation

typedef ValidatorFn<T> = String? Function(T value);