Validate typedef

Validate = String? Function(String? string)

Implementation

typedef Validate = String ?Function(String? string);