retainWhere method

view source

void retainWhere (bool test(E element)) inherited

Implementation

void retainWhere(bool test(E element)) {
  throw new UnsupportedError("Cannot remove from an unmodifiable list");
}