MemoryRelationshipSelector constructor

MemoryRelationshipSelector({
  1. required String sourceEntityId,
  2. required String targetEntityId,
  3. String? relationshipType,
})

Implementation

MemoryRelationshipSelector({required this.sourceEntityId, required this.targetEntityId, this.relationshipType});