Validator<T> typedef

Validator<T> = ValidatorResult? Function(T value)

Implementation

typedef Validator<T> = ValidatorResult? Function(T value);