removeLast method

E removeLast ()
override

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

Implementation

E removeLast() => _throw();