Credit

data class Credit(val title: String, val url: String, val licenses: List<Licenses> = listOf())

Constructors

Link copied to clipboard
constructor(title: String, url: String, licenses: List<Licenses> = listOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String