ValidationFunc<T> typedef

ValidationFunc<T> = String? Function(T v)

Implementation

typedef ValidationFunc<T> = String? Function(T v);