vico
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
vico
core
/
com.patrykandpatrick.vico.core.common.data
/
ExtraStore
/
getOrNull
get
Or
Null
fun
<
T
:
Any
>
getOrNull
(
key
:
ExtraStore.Key
<
T
>
)
:
T
?
Returns the value associated with the provided key, or
null
if there’s no such value.