getOrNull

fun getOrNull(key: String): T?

Returns the value to which the specified key is mapped, or null if this pool contains no mapping for the key.

Since

1.4.0

See also