CallBack typedef
CallBack =
String? Function(dynamic value)
type of return of the validation
Implementation
typedef CallBack = String? Function(dynamic value);
type of return of the validation
typedef CallBack = String? Function(dynamic value);