isOpened method

bool isOpened()

Implementation

bool isOpened() {
  return suggestionsBox?.isOpened ?? false;
}