getAttribute method
Returns DOMAttribute entry for name.
Implementation
DOMAttribute? getAttribute(String name) {
  return _attributes?[name];
}Returns DOMAttribute entry for name.
DOMAttribute? getAttribute(String name) {
  return _attributes?[name];
}