NodeTreeSnapshot constructor
NodeTreeSnapshot({
- List<
int> ? parentIndex, - List<
int> ? nodeType, - RareStringData? shadowRootType,
- List<
StringIndex> ? nodeName, - List<
StringIndex> ? nodeValue, - List<
BackendNodeId> ? backendNodeId, - List<
ArrayOfStrings> ? attributes, - RareStringData? textValue,
- RareStringData? inputValue,
- RareBooleanData? inputChecked,
- RareBooleanData? optionSelected,
- RareIntegerData? contentDocumentIndex,
- RareStringData? pseudoType,
- RareStringData? pseudoIdentifier,
- RareBooleanData? isClickable,
- RareStringData? currentSourceURL,
- 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});