StringKey

data class StringKey(val key: String) : Key(source)

A key that is identified by a string.

Since

1.0.0

Parameters

key

the string that identifies this key

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard
val key: String

Functions

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

Returns the type of the attribute that is associated with this key.