removeLast method

  1. @override
bool removeLast()
inherited

This operation is not supported by an unmodifiable list.

Implementation

@override
E removeLast() =>
    throw UnsupportedError('Cannot remove from an unmodifiable list');