Validates the given value and returns the result.
value
Don't call directly, call validate instead.
@override EskResult validator(dynamic value) { return _validator.call(value); }