ShadowRootPoppedEvent constructor

ShadowRootPoppedEvent({
  1. required NodeId hostId,
  2. required NodeId rootId,
})

Implementation

ShadowRootPoppedEvent({required this.hostId, required this.rootId});