Return the attribute value with the given name, or null.
name
null
@override String? getAttribute(String name, {String? namespace}) => getAttributeNode(name, namespace: namespace)?.value;