@protected void removeAt(int index) { var list = dataList; list.removeAt(index); dataSubject.add(DataWrapper(list, null)); }