addAll method

  1. @override
void addAll(
  1. Iterable<E> iterable
)
override

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

Implementation

@override
void addAll(Iterable<E> iterable) => _throw();