valueOrNull

fun <T> valueOrNull(name: String): T?

Returns the value bound to name cast to T, or null if it was absent.