Skip to content

Instantly share code, notes, and snippets.

@akexorcist
Last active March 30, 2020 17:01
Show Gist options
  • Select an option

  • Save akexorcist/9fea806b43bee61b14df9c8f77cb5579 to your computer and use it in GitHub Desktop.

Select an option

Save akexorcist/9fea806b43bee61b14df9c8f77cb5579 to your computer and use it in GitHub Desktop.
// user
User(name = "Akexorcist",
age = 0,
job = "Android Developer",
company = "-")
// updatedUser
User(name = "Akexorcist",
age = 0,
job = "Android Developer",
company = "-")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment