addAll method

void addAll(
  1. Iterable<E> iterable
)

Implementation

void addAll(Iterable<E> iterable) =>
    jsu.callMethod(this, 'push', iterable.toList());