retainWhere method

void retainWhere (bool test(E element))
override

Throws an UnsupportedError; operations that change the length of the list are disallowed.

Implementation

void retainWhere(bool test(E element)) => _throw();