toggle menu
vico
androidJvm
switch theme
search in API
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.