removeAt method

E removeAt (int index)
override

Throws an UnsupportedError; operations that change the length of the list are disallowed.

Implementation

E removeAt(int index) => _throw();