Removes the item at the specified index in the vector.
@override void removeAt(int index) => _iVector.removeAt(index);