Validator<T> typedef

Validator<T> = T Function(String value)

Implementation

typedef Validator<T> = T Function(String value);