containsValue method

bool containsValue (dynamic value)

Implementation

bool containsValue(dynamic value) => values.any((e) => e == value);