Checks if the given id exists in the exists map
id
bool isExist(String id, [bool defaultValue = false]) { return _exists?[id] ?? defaultValue; }