Checks if int equals any item in the list
bool equalsAny(List<int> values) => values.any((v) => equals(v));