Removes an indexed item from the list
void remove(int index) => _validate((state) => state.remove(index));