contains method

bool contains(
  1. StateXController con
)
inherited

Returns true if the specified 'StateXController' is associated with this StateX object.

Implementation

bool contains(StateXController con) => _mapControllers.containsValue(con);