DocumentSnapshot constructor
DocumentSnapshot({
- required StringIndex documentURL,
- required StringIndex title,
- required StringIndex baseURL,
- required StringIndex contentLanguage,
- required StringIndex encodingName,
- required StringIndex publicId,
- required StringIndex systemId,
- required StringIndex frameId,
- required NodeTreeSnapshot nodes,
- required LayoutTreeSnapshot layout,
- required TextBoxSnapshot textBoxes,
- num? scrollOffsetX,
- num? scrollOffsetY,
- num? contentWidth,
- num? contentHeight,
Implementation
DocumentSnapshot(
{required this.documentURL,
required this.title,
required this.baseURL,
required this.contentLanguage,
required this.encodingName,
required this.publicId,
required this.systemId,
required this.frameId,
required this.nodes,
required this.layout,
required this.textBoxes,
this.scrollOffsetX,
this.scrollOffsetY,
this.contentWidth,
this.contentHeight});