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