MemoryRecallRelationship constructor
MemoryRecallRelationship({})
Implementation
MemoryRecallRelationship({
required this.sourceEntityId,
required this.targetEntityId,
required this.relationshipType,
this.description,
this.createdAt,
this.validAt,
this.expiredAt,
this.invalidAt,
});