JarValidator<T> typedef

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

Implementation

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