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