remove method

bool remove (Object value)
override

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

Implementation

bool remove(Object value) => _throw();