toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.conversations
/
LogItem
Log
Item
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.
Members
Constructors
Log
Item
Link copied to clipboard
constructor
(
participant
:
Participant
,
line
:
String
)
Properties
line
Link copied to clipboard
val
line
:
String
participant
Link copied to clipboard
val
participant
:
Participant