ValueValidator<T, E> typedef

ValueValidator<T, E> = E? Function(T? value)

Implementation

typedef ValueValidator<T, E> = E? Function(T? value);