get

fun <T> get(key: String): T?

Retrieve a value by key, cast to the expected type. Returns null when the key is absent.