isEqual method

bool isEqual(
  1. DocumentSnapshot other
)

Returns true if this DocumentSnapshot is equal to the provided one.

Implementation

bool isEqual(DocumentSnapshot other) => jsObject.isEqual(other.jsObject);