Created
January 2, 2021 07:08
-
-
Save lucapiccinelli/59bd3122420cbce611d382018137d3fa to your computer and use it in GitHub Desktop.
This file contains hidden or 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 ContactInfo( | |
val firstname: String, | |
val middleInitial: String, | |
val lastname: String, | |
val email: String, | |
val emailIsVerified: Boolean) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment