containsValue abstract method

Computed<bool> containsValue(
  1. V value
)

Returns a computation representing if this reactive map contains value.

Implementation

Computed<bool> containsValue(
    V value);