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

Returns true if the key exists.

Parameters
  • key The key to search for.