MemoryEntry constructor
MemoryEntry({})
Creates a memory entry.
Implementation
MemoryEntry({
required this.content,
Map<String, Object?>? customMetadata,
this.id,
this.author,
this.timestamp,
}) : customMetadata = customMetadata ?? <String, Object?>{};