Skip to content

Instantly share code, notes, and snippets.

@YouniRoop
Last active October 22, 2023 12:10
message.kt
data class Message(
@Id
var id: Long = 0,
val message: String?,
val userName: String?,
val date: Instant?,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment