ValidationUnless typedef

ValidationUnless = bool Function(dynamic value)

Implementation

typedef ValidationUnless = bool Function(dynamic value);