clear method

  1. @override
void clear()
override

Removes all objects from this list; the length of the list becomes zero.

Implementation

@override
void clear() => _wrappedList.clear();