GetFrameOwnerResult constructor

GetFrameOwnerResult({
  1. required BackendNodeId backendNodeId,
  2. NodeId? nodeId,
})

Implementation

GetFrameOwnerResult({required this.backendNodeId, this.nodeId});