addAll method

void addAll(
  1. Iterable<Record> records
)

Implementation

void addAll(Iterable<Record> records) => records.forEach(add);