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