inverse property

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

Implementation

ManagedRelationshipDescription? get inverse =>
    destinationEntity!.relationships![inverseKey];