toggle menu
Dermato.AI
androidJvm
switch theme
search in API
Dermato.AI
/
com.dermatoai.helper
/
ChatData
Chat
Data
data
class
ChatData
(
val
message
:
String
,
val
isSender
:
Boolean
,
val
time
:
Date
)
Members
Constructors
Chat
Data
Link copied to clipboard
constructor
(
message
:
String
,
isSender
:
Boolean
,
time
:
Date
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
is
Sender
Link copied to clipboard
val
isSender
:
Boolean
message
Link copied to clipboard
val
message
:
String
time
Link copied to clipboard
val
time
:
Date