get

operator fun <T> get(key: LanguageDataKey<T>): T?

Look up a value by its type-safe key. Returns null if the key is absent.