Removes the attribute of name.
name
@override void removeAttribute(String name) { if (isNodeElement) { nodeAsElement!.removeAttribute(name); } }