Skip to content

Instantly share code, notes, and snippets.

@sasssass
Created May 19, 2020 20:36
Show Gist options
  • Save sasssass/b1773fac5cb49ca1e059936d7a559bdb to your computer and use it in GitHub Desktop.
Save sasssass/b1773fac5cb49ca1e059936d7a559bdb to your computer and use it in GitHub Desktop.
Post Model Data
data class Post(
val body: String,
val id: Int,
val title: String,
val userId: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment