contains method

bool contains(
  1. Object input
)

Implementation

bool contains(Object input) => _values.containsKey(input);