ValidationFunction typedef

ValidationFunction = String? Function(String?)

Implementation

typedef ValidationFunction = String? Function(String?);