GetSnapshotResult class
Constructors
-
GetSnapshotResult({required List<
DOMNode> domNodes, required List<LayoutTreeNode> layoutTreeNodes, required List<ComputedStyle> computedStyles}) -
GetSnapshotResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
computedStyles
→ List<
ComputedStyle> -
Whitelisted ComputedStyle properties for each node in the layout tree.
final
-
domNodes
→ List<
DOMNode> -
The nodes in the DOM tree. The DOMNode at index 0 corresponds to the root document.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
layoutTreeNodes
→ List<
LayoutTreeNode> -
The nodes in the layout tree.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited