containsValue method

bool containsValue(
  1. TValue value
)

Implementation

bool containsValue(TValue value) => elements.contains(value);