isEqual method
Returns true if the document's data and path in this DocumentSnapshot
is equal to the provided one.
@param other The DocumentSnapshot
to compare against.
@return true if this DocumentSnapshot
is equal to the provided one.
Implementation
external bool isEqual(DocumentSnapshot other);