validationFunc typedef

validationFunc = String? Function(String? value)

Implementation

typedef String? validationFunc(String? value);