Validator<T> typedef

Validator<T> = String? Function(T tag)

Implementation

typedef Validator<T> = String? Function(T tag);