klyn.collections.Map.operator in
method
public native operator in(key as K) as Boolean
Description

Returns true if the key exists.

Parameters
ParameterDescription
keyThe key to search for.