Validator typedef

Validator = String? Function(String tag)

Implementation

typedef Validator = String? Function(String tag);