Validator<Value> typedef

Validator<Value> = String? Function(Value value)

Implementation

typedef Validator<Value> = String? Function(Value value);