isSameEntityManager method

bool isSameEntityManager(
  1. EntityRepository<Object> other
)

Implementation

bool isSameEntityManager(EntityRepository other) {
  return entityManager == other.entityManager;
}