void addAttributes(Map<String, dynamic> attributes) { attributes.forEach((key, value) => addAttribute(key, value)); }