The first index of element in this list.
element
@override int indexOf(E element, [int start = 0]) { return _collective.indexOf(element, start); }