none function
Passes the test if none of the validators pass
Implementation
IEskValidator none(List<IEskValidator> validators) => not(any(validators));
Passes the test if none of the validators pass
IEskValidator none(List<IEskValidator> validators) => not(any(validators));