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