contains method
Returns true if the specified 'Controller' is associated with this StateMVC object.
Implementation
bool contains(ControllerMVC con) => _map.containsValue(con);
Returns true if the specified 'Controller' is associated with this StateMVC object.
bool contains(ControllerMVC con) => _map.containsValue(con);