Validator<Type> typedef

Validator<Type> = String? Function(Type)

Implementation

typedef Validator<Type> = String? Function(Type);