ChatData

data class ChatData(val message: String, val isSender: Boolean, val time: Date)

Constructors

Link copied to clipboard
constructor(message: String, isSender: Boolean, time: Date)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val time: Date