inverse property Null safety

ManagedRelationshipDescription? inverse

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

Implementation

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