retainAll method

void retainAll (Iterable elements)
override

Throws an UnsupportedError; operations that change the set are disallowed.

Implementation

void retainAll(Iterable elements) => _throw();