toggle menu
flatInvoker
common
switch theme
search in API
flatbuffers-kotlin
/
com.google.flatbuffers.kotlin
/
Map
/
contains
contains
operator
fun
contains
(
key
:
String
)
:
Boolean
Checks whether the map contains a
key
.
Return
true if key is found in the map, otherwise false.
Parameters
key
String