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