getOldListSize method

  1. @override
int getOldListSize()
override

Returns the size of the old list.

@return The size of the old list.

Implementation

@override
int getOldListSize() => oldList.length;