Skip to content

Instantly share code, notes, and snippets.

@lucapiccinelli
Created January 2, 2021 07:08
Show Gist options
  • Save lucapiccinelli/59bd3122420cbce611d382018137d3fa to your computer and use it in GitHub Desktop.
Save lucapiccinelli/59bd3122420cbce611d382018137d3fa to your computer and use it in GitHub Desktop.
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