ExternalUrl

class ExternalUrl(name: String, url: String)

Key/value pair mapping a name to an arbitrary url

Constructors

ExternalUrl
Link copied to clipboard
common
fun ExternalUrl(name: String, url: String)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

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

Sources

(source)
Link copied to clipboard