removeRange method
override
Throws an UnsupportedError; operations that change the length of the list are disallowed.
Implementation
void removeRange(int start, int end) => _throw();
Throws an UnsupportedError; operations that change the length of the list are disallowed.
void removeRange(int start, int end) => _throw();