LogItem

data class LogItem(val participant: Participant, val line: String)

A logged element of a Conversation, consisting of the participant and the line that they said.

Constructors

Link copied to clipboard
constructor(participant: Participant, line: String)

Properties

Link copied to clipboard
Link copied to clipboard