addAll method

$R addAll(
  1. Iterable<$T> v
)

Implementation

$R addAll(Iterable<$T> v) => _then([..._value, ...v]);