ValueValidator<V> typedef

ValueValidator<V> = bool Function(V? value)

Implementation

typedef ValueValidator<V> = bool Function(V? value);