getInstance static method
Creates a new WriteBatch from a jsObject
.
Implementation
static WriteBatch getInstance(firestore_interop.WriteBatchJsImpl jsObject) =>
_expando[jsObject] ??= WriteBatch._fromJsObject(jsObject);
Creates a new WriteBatch from a jsObject
.
static WriteBatch getInstance(firestore_interop.WriteBatchJsImpl jsObject) =>
_expando[jsObject] ??= WriteBatch._fromJsObject(jsObject);