Custom

data class Custom(val name: String, val url: String, var distribution: Distribution = Distribution.Repo, var comments: String? = null) : License

Constructors

Link copied to clipboard
constructor(name: String, url: String, distribution: Distribution = Distribution.Repo, comments: String? = null)

Properties

Link copied to clipboard
open override var comments: String?
Link copied to clipboard
open override var distribution: Distribution
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val url: String