isEqual method
Returns true
if this DocumentSnapshot is equal to the provided one.
Implementation
bool isEqual(DocumentSnapshot other) => jsObject.isEqual(other.jsObject);
Returns true
if this DocumentSnapshot is equal to the provided one.
bool isEqual(DocumentSnapshot other) => jsObject.isEqual(other.jsObject);