Removes an item from the beginning of the list. This removes the item stored at the 0 index.
public Object dequeueItemOrNull()
Returns the item that was removed, or returns null if there are no items in the list.