cssProperties property Null safety
Access to the cssProperties of this element.
Implementation
Attributes get cssProperties => Attributes((name) => _client.send(
_handler.element.buildCssPropertyRequest(id, name),
_handler.element.parseCssPropertyResponse));