void pushAll(List<BreadItem<T>> item, {bool update = true}) { items.addAll(item); if (update) postUpdate(); }