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