ValidationFunc typedef

ValidationFunc = String? Function(String value)

Implementation

typedef ValidationFunc = String? Function(String value);