oldItems property

Iterable<E> get oldItems

Implementation

Iterable<E> get oldItems {
  return this.indexes.map((i) => args.original[i]);
}