orbit-shared / orbit.shared.addressable / Key / StringKey

StringKey

data class StringKey : Key

A key that uses a string identity.

Constructors

<init>

A key that uses a string identity.

StringKey(key: String)

Properties

key

val key: String