removeAll method
override
    Throws an UnsupportedError; operations that change the set are disallowed.
Implementation
void removeAll(Iterable elements) => _throw();
    Throws an UnsupportedError; operations that change the set are disallowed.
void removeAll(Iterable elements) => _throw();