isExists method

bool isExists(
  1. dynamic item
)

Implementation

bool isExists(dynamic item) {
  return _items.containsKey(item);
}