removeLast method

  1. @override
T? removeLast()
inherited

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

Implementation

@override
E removeLast() => _throw();