CaptureSnapshotResult class

Constructors

CaptureSnapshotResult({required List<DocumentSnapshot> documents, required List<String> strings})
CaptureSnapshotResult.fromJson(Map<String, dynamic> json)
factory

Properties

documents List<DocumentSnapshot>
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
strings List<String>
Shared string table that all string properties refer to with indexes.
final

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