AXNodeData constructor
AXNodeData({})
Implementation
AXNodeData(
{required this.nodeId,
required this.ignored,
this.ignoredReasons,
this.role,
this.chromeRole,
this.name,
this.description,
this.value,
this.properties,
this.parentId,
this.childIds,
this.backendDOMNodeId,
this.frameId});