Adds all embeddings from embeddings.
embeddings
void addAll(Iterable<Embedding> embeddings) => _embeddings.addAll(embeddings);