containsKey abstract method

Computed<bool> containsKey(
  1. K key
)

Returns a computation representing if this reactive map contains key.

Implementation

Computed<bool> containsKey(K key);