containsId method

bool containsId(
  1. Object id
)

Implementation

bool containsId(Object id) => _updatersGroupIds?.containsKey(id) ?? false;