addAll method Null safety
- 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();
Throws an UnsupportedError; operations that change the length of the list are disallowed.
@override
void addAll(Iterable<E> iterable) => _throw();