LicenseInfo

data class LicenseInfo(_name: String, _url: String, _distribution: License.Distribution) : License(source)

Constructors

Link copied to clipboard
constructor(_name: String, _url: String, _distribution: License.Distribution)

Properties

Link copied to clipboard
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val url: String