exists<T extends FitState> static method

bool exists<T extends FitState>()

Check if controller exists

Implementation

static bool exists<T extends FitState>() {
  return _controllers.containsKey(T.toString());
}