contains method
Returns true if the specified 'StateXController' is associated with this StateX object.
Implementation
bool contains(StateXController con) => _mapControllers.containsValue(con);
Returns true if the specified 'StateXController' is associated with this StateX object.
bool contains(StateXController con) => _mapControllers.containsValue(con);