Style removeAll(Set<Attribute> attributes) { final merged = Map<String, Attribute>.from(_attributes); attributes.map((item) => item.key).forEach(merged.remove); return Style.attr(merged); }