addAttributes method

void addAttributes(
  1. Map<String, String> attributes
)

Adds multiple attributes to the element.

Implementation

void addAttributes(Map<String, String> attributes) {
  _attributes.addAll(attributes);
}