Skip to content

Instantly share code, notes, and snippets.

@skydoves
Last active August 12, 2022 01:14
Show Gist options
  • Save skydoves/8b88bb3a38001984338845ff5d8ebc1a to your computer and use it in GitHub Desktop.
Save skydoves/8b88bb3a38001984338845ff5d8ebc1a to your computer and use it in GitHub Desktop.
carstate
data class RegisteredCarState(
val registration: String,
val car: Car
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment