String replaceItem(String newItem, int index) => js_util.callMethod(this, 'replaceItem', [newItem, index]);