contains method

bool contains(
  1. Type key
)

Implementation

bool contains(Type key) {
  return _objects.containsKey(key);
}