SnaphotBuilder class
Builds a Snapshot.
Constructors
Properties
-
data
↔ Map<
String, Object> -
Optional data of the snapshot.
read / write
- document ↔ Document
-
Document that produced this snapshot.
read / write
- exists ↔ bool
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- vendorData ↔ Object
-
read / write
- versionId ↔ String
-
read / write
Methods
-
build(
) → Snapshot -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override