BotSubsessionListItem constructor
const
BotSubsessionListItem({})
Implementation
const BotSubsessionListItem({
required this.context,
required this.title,
required this.summary,
required this.latestTime,
this.showUnreadDot = false,
this.highlightStart,
this.highlightEnd,
});