containsValue static method

bool containsValue(
  1. int value
)

Implementation

static bool containsValue(int value) => values.containsKey(value);