exists method

bool exists(
  1. String id
)

Implementation

bool exists(String id) => _idMap.containsKey(id);