containsValue method

dynamic containsValue (dynamic value)

Implementation

containsValue(dynamic value) {
  return _.containsValue(value);
}