remove method
override
    Throws an UnsupportedError; operations that change the set are disallowed.
Implementation
bool remove(Object value) => _throw();
    Throws an UnsupportedError; operations that change the set are disallowed.
bool remove(Object value) => _throw();