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