addAll method

void addAll(
  1. Iterable<int> arr
)

Implementation

void addAll(Iterable<int> arr) => _set.addAll(arr);