LogOption constructor
const
LogOption({})
Implementation
const LogOption({
required this.path,
required this.created,
required this.modified,
this.messageCount = 0,
this.fileSize,
this.title,
this.summary,
this.teamName,
this.agentId,
this.tags = const [],
});