Validator typedef

Validator = bool Function(String value)

Implementation

typedef Validator = bool Function(String value);