ValidateCb typedef

ValidateCb = bool Function(dynamic data)

Implementation

typedef bool ValidateCb(dynamic data);