inverse property
ManagedRelationshipDescription?
get
inverse
The ManagedRelationshipDescription on destinationEntity that represents the inverse of this relationship.
Implementation
ManagedRelationshipDescription? get inverse =>
destinationEntity.relationships[inverseKey];