Skip to content

Instantly share code, notes, and snippets.

@cjafet
Created April 4, 2021 23:26
@Serializable
data class User(val id: Int, val firstName: String, val lastName: String, val email: String, val password: String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment