Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 27, 2024 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/17917a852747e302f2c8fb882e1e3845 to your computer and use it in GitHub Desktop.
Save skydoves/17917a852747e302f2c8fb882e1e3845 to your computer and use it in GitHub Desktop.
unstable_data_class
data class User(
val id: Int,
var name: String,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment