Created
November 18, 2019 07:06
-
-
Save kyawhtut-cu/a69ccec80b74f63017fac6546fedcab6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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