Returns true if the specified 'StateXController' is associated with this StateX object.
bool containsId(String? id) => _mapControllerById.containsKey(id);