Returns the value of an attribute.
Returns null if an attribute with this name has not been added.
null
name
String? getAttribute(String name) => _delegate.getAttribute(name);