menu
puppeteer package
documentation
protocol/dom.dart
AttributeRemovedEvent
AttributeRemovedEvent constructor
AttributeRemovedEvent constructor
dark_mode
light_mode
AttributeRemovedEvent
constructor
AttributeRemovedEvent
(
{
required
NodeId
nodeId
,
required
String
name
,
})
Implementation
AttributeRemovedEvent({required this.nodeId, required this.name});
puppeteer package
documentation
protocol/dom
AttributeRemovedEvent
AttributeRemovedEvent constructor
AttributeRemovedEvent class