Skip to content

Instantly share code, notes, and snippets.

@kyawhtut-cu
Created November 18, 2019 07:06
Show Gist options
  • Save kyawhtut-cu/a69ccec80b74f63017fac6546fedcab6 to your computer and use it in GitHub Desktop.
Save kyawhtut-cu/a69ccec80b74f63017fac6546fedcab6 to your computer and use it in GitHub Desktop.
data class User @JvmOverloads constructor(
var name: String,
var age: Int,
var address: String = "",
var gender: String
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment