Validator typedef

Validator = String? Function(String? value)

Implementation

typedef Validator = String? Function(String? value);