attributes property
Access to the HTML attributes of this tag.
TODO(DrMarcII): consider special handling of boolean attributes.
Implementation
Attributes get attributes => Attributes((name) => _client.send(
_handler.element.buildAttributeRequest(id, name),
_handler.element.parseAttributeResponse));