of

open fun <T> of(name: String, serde: TypeTag<T>): StateKey<T>
open fun <T> of(name: String, clazz: Class<T>): StateKey<T>

Create a new StateKey.