Skip to content

Instantly share code, notes, and snippets.

@makorowy
Created November 22, 2020 14:36
Show Gist options
  • Save makorowy/722717367cb10dda772a44dad909c0c3 to your computer and use it in GitHub Desktop.
Save makorowy/722717367cb10dda772a44dad909c0c3 to your computer and use it in GitHub Desktop.
[BLOG] Settings data structure
data class Settings(
val firstName: String,
val lastName: String,
val notificationsChecked: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment