kotlin-datastore / org.khanacademy.metadata / Key / <init>

<init>

Key(kind: String, name: String, parentPath: List<KeyPathElement> = listOf())
Key(kind: String, id: Long, parentPath: List<KeyPathElement> = listOf()) Key(kind: String, idOrName: KeyIDOrName, parentPath: List<KeyPathElement> = listOf())

Typed wrapper around a datastore key.