CustomKey

class CustomKey(val property: String) : KeyProperties(source)

Represents a custom key with a specific property.

Parameters

property

The property associated with the key.

Constructors

Link copied to clipboard
constructor(property: String)

Properties

Link copied to clipboard
open override val property: String