operator + method
Creates a new CollectiveList by concatenating this list with another.
Implementation
@override
List<E> operator +(List<E> other) {
return _collective + other;
}
Creates a new CollectiveList by concatenating this list with another.
@override
List<E> operator +(List<E> other) {
return _collective + other;
}