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