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