Validates value against this validator.
value
@override bool validate(cached, value, DogEngine engine) { return value != null; }