@override bool edit(int index, IInfo info) { List<IInfo> list = items.toList(); list[index] = info; items = Queue.from(list); return true; }