NodeTreeSnapshot constructor

NodeTreeSnapshot({
  1. List<int>? parentIndex,
  2. List<int>? nodeType,
  3. RareStringData? shadowRootType,
  4. List<StringIndex>? nodeName,
  5. List<StringIndex>? nodeValue,
  6. List<BackendNodeId>? backendNodeId,
  7. List<ArrayOfStrings>? attributes,
  8. RareStringData? textValue,
  9. RareStringData? inputValue,
  10. RareBooleanData? inputChecked,
  11. RareBooleanData? optionSelected,
  12. RareIntegerData? contentDocumentIndex,
  13. RareStringData? pseudoType,
  14. RareStringData? pseudoIdentifier,
  15. RareBooleanData? isClickable,
  16. RareStringData? currentSourceURL,
  17. RareStringData? originURL,
})

Implementation

NodeTreeSnapshot(
    {this.parentIndex,
    this.nodeType,
    this.shadowRootType,
    this.nodeName,
    this.nodeValue,
    this.backendNodeId,
    this.attributes,
    this.textValue,
    this.inputValue,
    this.inputChecked,
    this.optionSelected,
    this.contentDocumentIndex,
    this.pseudoType,
    this.pseudoIdentifier,
    this.isClickable,
    this.currentSourceURL,
    this.originURL});