properties property
Attributes
get
properties
Access to the HTML properties of this tag.
Implementation
Attributes get properties => Attributes((name) => _client.send(
_handler.element.buildPropertyRequest(id, name),
_handler.element.parsePropertyResponse));