Keyed

data class Keyed(val key: Key) : ItemType

An item type described by a namespaced key.

Constructors

Link copied to clipboard
constructor(key: Key)

Properties

Link copied to clipboard
val key: Key