CustomValidator typedef

CustomValidator = bool Function(Object? value)

Implementation

typedef CustomValidator = bool Function(Object? value);