add method
This operation is not supported by an unmodifiable list.
Implementation
@override
void add(E value) {
throw UnsupportedError('Cannot add to an unmodifiable list');
}
This operation is not supported by an unmodifiable list.
@override
void add(E value) {
throw UnsupportedError('Cannot add to an unmodifiable list');
}