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