oldList property

  1. @nonVirtual
  2. @override
List<E> oldList
inherited

The list containing the old data.

Implementation

@nonVirtual
@override
List<E> get oldList => _oldItems;