addAll method

void addAll(
  1. Iterable<Entity> schemas
)

Implementation

void addAll(Iterable<Entity> schemas) => schemas.forEach(add);