The first index in the list that satisfies the provided test.
test
int indexWhere(bool Function(E element) test, [int start = 0]);