void setAttributes(Map<String, String> attrs) { for (var e in attrs.entries) { setAttribute(e.key, e.value); } }