Sets the value of the attribute of name.
name
@override void setAttribute(String name, String value) { final element = nodeAsElement; element?.attributes.put(name, value); }