InspectedElementAnchorConfig constructor

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

Implementation

InspectedElementAnchorConfig({this.nodeId, this.backendNodeId});