Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created August 12, 2022 01:13
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/b51144922f496dc2a9f2c0e1e3f973c8 to your computer and use it in GitHub Desktop.
Save skydoves/b51144922f496dc2a9f2c0e1e3f973c8 to your computer and use it in GitHub Desktop.
example_car
class Car(
val numberOfDoors: Int,
val hasRadio: Boolean,
val isCoolCar: Boolean,
val goesVroom: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment