Returns the value of the attribute of name.
name
@override String? getAttribute(String name) { if (isNodeElement) { return nodeAsElement!.attributes[name]; } return null; }