containsValue method

bool containsValue(
  1. V value
)

Implementation

bool containsValue(V value) => values.contains(value);