Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2022 01:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/e356fb0bd24da7472879bf857b9ec20d to your computer and use it in GitHub Desktop.
Save skydoves/e356fb0bd24da7472879bf857b9ec20d to your computer and use it in GitHub Desktop.
mutable_car_state
data class RegisteredCarState(
val registration: String,
var numberOfDoors: Int,
var hasRadio: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment