ManagedRelationshipDescription inverse

The ManagedRelationshipDescription on destinationEntity that represents the inverse of this relationship.

Source

ManagedRelationshipDescription get inverse =>
    destinationEntity.relationships[MirrorSystem.getName(inverseKey)];