RawKey

class RawKey(val property: String = "raw") : KeyProperties(source)

Represents a raw key with the property "raw".

Constructors

Link copied to clipboard
constructor(property: String = "raw")

Creates an instance of RawKey with the specified property, which defaults to "raw".

Properties

Link copied to clipboard
open override val property: String

The property of the raw key.