addAll abstract method
Adds all of the elements of the specified collection to the end of this list.
The elements are appended in the order they appear in the elements
collection.
@return true
if the list was changed as the result of the operation.
Implementation
@override
bool addAll(KtIterable<T> elements);