contains method

bool contains(
  1. ControllerMVC con
)
inherited

Returns true if the specified 'Controller' is associated with this StateMVC object.

Implementation

bool contains(ControllerMVC con) => _map.containsValue(con);