containsValue method

bool containsValue(
  1. T value
)

Implementation

bool containsValue(T value) => _map.containsKey(value);