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