withItem<E> method

PackItem<E> withItem<E>(
  1. E item
)

Implementation

PackItem<E> withItem<E>(E item) =>
    PackItem(pack: pack, location: location, item: item);