Identifier

data class Identifier(val namespace: String, val value: String)

Constructors

Link copied to clipboard
constructor(namespace: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String