SetOptions class abstract

An object to configure the WriteBatch.set behavior. Pass {merge: true} to only replace the values specified in the data argument. Fields omitted will remain untouched.

Annotations
  • @anonymous
  • @JS()

Constructors

SetOptions({bool merge})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
merge bool
Set to true to replace only the values from the new data. Fields omitted will remain untouched.
getter/setter pair
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