Skip to content

Instantly share code, notes, and snippets.

@afrishberg
Created January 11, 2021 21:57
Show Gist options
  • Save afrishberg/3a183ea46f0fb5f22a3030ad51e7b118 to your computer and use it in GitHub Desktop.
Save afrishberg/3a183ea46f0fb5f22a3030ad51e7b118 to your computer and use it in GitHub Desktop.
Data entry
data class Data(
val id: Int,
var rotated: Boolean = false
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment