isEqual method

bool isEqual(
  1. CollectionReference other
)

Implementation

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