Checks if a listener group with the given ID exists.
bool containsId(Object id) { return _updatersGroupIds?.containsKey(id) ?? false; }