ConversationLog class
Conversation log retrieved from disk.
Constructors
- ConversationLog({required bool found, required String conversationId, String? logFilePath, String? content})
-
ConversationLog.fromJson(Map<
String, dynamic> json) -
factory
Properties
- content → String?
-
Markdown content of the log.
final
- conversationId → String
-
Conversation ID.
final
- found → bool
-
Whether the log was found.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logFilePath → String?
-
Full file path to the log.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited