getInstance static method

DocumentChange getInstance(
  1. DocumentChangeJsImpl jsObject
)

Creates a new DocumentChange from a jsObject.

Implementation

static DocumentChange getInstance(
        firestore_interop.DocumentChangeJsImpl jsObject) =>
    _expando[jsObject] ??= DocumentChange._fromJsObject(jsObject);