void setAttributes(final Map<String, dynamic> attributes) { attributes.forEach((key, value) { setAttribute(key, value); }); }