Skip to content

Instantly share code, notes, and snippets.

@MkhytarMkhoian
Last active May 14, 2024 18:54
Show Gist options
  • Save MkhytarMkhoian/33bd1e5ede10a04f2634f899edfc230e to your computer and use it in GitHub Desktop.
Save MkhytarMkhoian/33bd1e5ede10a04f2634f899edfc230e to your computer and use it in GitHub Desktop.
@Parcelize
data class FareModel(
val description: String,
val price: Float,
) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment